We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2a097 commit bae969eCopy full SHA for bae969e
1 file changed
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM ubuntu:21.10
+FROM ubuntu:22.04
2
LABEL maintainer="Frank Denis"
3
SHELL ["/bin/sh", "-x", "-c"]
4
ENV SERIAL 6
5
6
ENV CFLAGS=-Ofast
7
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
+ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libssl3 ldnsutils libevent-2.1 expat ca-certificates runit runit-helper jed
9
10
RUN apt-get update && apt-get -qy dist-upgrade && apt-get -qy clean && \
11
apt-get install -qy --no-install-recommends $RUNTIME_DEPS && \
0 commit comments