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 638c265 commit a9734d7Copy full SHA for a9734d7
c/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:bullseye
+FROM debian:bookworm
2
3
WORKDIR /usr/src/app
4
@@ -21,7 +21,7 @@ RUN apt-get -qy install build-essential wget
21
RUN {{{.}}}
22
{{/build}}
23
24
25
26
WORKDIR /opt/web
27
elixir/Dockerfile
@@ -28,7 +28,7 @@ RUN mix release --path release
28
29
# ===============================================================================================
30
31
-FROM debian:bullseye AS app
+FROM debian:bookworm AS app
32
33
# Update system deps
34
RUN apt-get -qq update && apt-get -qy install openssl
0 commit comments