We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af9030 commit d8a4aceCopy full SHA for d8a4ace
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:bullseye-slim
+FROM debian:bookworm-slim
2
3
LABEL maintainer="Brett - github.com/brettmayson"
4
LABEL org.opencontainers.image.source=https://github.com/brettmayson/arma3server
@@ -15,6 +15,8 @@ RUN apt-get update \
15
ca-certificates \
16
curl \
17
libstdc++6 \
18
+ libssl3 \
19
+ libc6 \
20
&& \
21
apt-get remove --purge -y \
22
0 commit comments