Skip to content

Commit

Permalink
Upgrade Debian to Bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas authored and BrettMayson committed Apr 13, 2022
1 parent c71357a commit b38a38b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster-slim
FROM debian:bullseye-slim

LABEL maintainer="Brett - github.com/brettmayson"
LABEL org.opencontainers.image.source=https://github.com/brettmayson/arma3server
Expand All @@ -9,7 +9,7 @@ RUN apt-get update \
apt-get install -y --no-install-recommends --no-install-suggests \
python3 \
lib32stdc++6 \
lib32gcc1 \
lib32gcc-s1 \
wget \
ca-certificates \
&& \
Expand Down

0 comments on commit b38a38b

Please sign in to comment.