Skip to content

Commit 727c1f5

Browse files
authored
Update Dockerfile to use Debian 12 slim (#1599)
1 parent d829fd2 commit 727c1f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:11-slim
1+
FROM debian:12-slim
22
LABEL org.opencontainers.image.source=https://github.com/gbdev/rgbds
33
ARG version=0.9.0
44
WORKDIR /rgbds
@@ -8,7 +8,7 @@ COPY . .
88
RUN apt-get update && \
99
apt-get install sudo make cmake gcc build-essential -y
1010

11-
RUN ./.github/scripts/install_deps.sh ubuntu-20.04
11+
RUN ./.github/scripts/install_deps.sh ubuntu-22.04
1212
RUN make -j CXXFLAGS="-O3 -flto -DNDEBUG -static" PKG_CONFIG="pkg-config --static" Q=
1313

1414
RUN tar caf rgbds-${version}-linux-x86_64.tar.xz --transform='s#.*/##' rgbasm rgblink rgbfix rgbgfx man/* .github/scripts/install.sh

0 commit comments

Comments
 (0)