We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d829fd2 commit 727c1f5Copy full SHA for 727c1f5
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:11-slim
+FROM debian:12-slim
2
LABEL org.opencontainers.image.source=https://github.com/gbdev/rgbds
3
ARG version=0.9.0
4
WORKDIR /rgbds
@@ -8,7 +8,7 @@ COPY . .
8
RUN apt-get update && \
9
apt-get install sudo make cmake gcc build-essential -y
10
11
-RUN ./.github/scripts/install_deps.sh ubuntu-20.04
+RUN ./.github/scripts/install_deps.sh ubuntu-22.04
12
RUN make -j CXXFLAGS="-O3 -flto -DNDEBUG -static" PKG_CONFIG="pkg-config --static" Q=
13
14
RUN tar caf rgbds-${version}-linux-x86_64.tar.xz --transform='s#.*/##' rgbasm rgblink rgbfix rgbgfx man/* .github/scripts/install.sh
0 commit comments