Skip to content

Commit bae969e

Browse files
committed
Update to Ubuntu 22.04
1 parent 6e2a097 commit bae969e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ubuntu:21.10
1+
FROM ubuntu:22.04
22
LABEL maintainer="Frank Denis"
33
SHELL ["/bin/sh", "-x", "-c"]
44
ENV SERIAL 6
55

66
ENV CFLAGS=-Ofast
77
ENV BUILD_DEPS curl make build-essential git libevent-dev libexpat1-dev autoconf file libssl-dev byacc
8-
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libssl1.1 ldnsutils libevent-2.1 expat ca-certificates runit runit-helper jed
8+
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libssl3 ldnsutils libevent-2.1 expat ca-certificates runit runit-helper jed
99

1010
RUN apt-get update && apt-get -qy dist-upgrade && apt-get -qy clean && \
1111
apt-get install -qy --no-install-recommends $RUNTIME_DEPS && \

0 commit comments

Comments
 (0)