We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06f72f commit 4280809Copy full SHA for 4280809
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/luzifer-docker/archlinux:latest@sha256:1ea0b16d47fb52dd653a9e548587997cf9253bfd27da90a6f046a7885e17dde5 AS builder
+FROM ghcr.io/luzifer-docker/archlinux:latest@sha256:5c2cd8313dda4e5fce5ebfa387837246a48c3fcc8958d521fcefd187ff0def0a AS builder
2
3
ENV GOPATH=/go \
4
CGO_ENABLED=0
@@ -9,7 +9,7 @@ RUN set -ex \
9
&& go install github.com/boxboat/fixuid@v0.6.0
10
11
12
-FROM ghcr.io/luzifer-docker/archlinux:latest@sha256:1ea0b16d47fb52dd653a9e548587997cf9253bfd27da90a6f046a7885e17dde5
+FROM ghcr.io/luzifer-docker/archlinux:latest@sha256:5c2cd8313dda4e5fce5ebfa387837246a48c3fcc8958d521fcefd187ff0def0a
13
14
ARG CODE_SERVER_VERSION=4.112.0
15
ARG DUMB_INIT_VERSION=1.2.5
0 commit comments