We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4312d commit 48fb41fCopy full SHA for 48fb41f
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/luzifer-docker/archlinux:latest@sha256:4583810505c3ee67d955037a90ee91d8c4b10718fe22dbdae22989ccc226f658 AS builder
+FROM ghcr.io/luzifer-docker/archlinux:latest@sha256:794ca8deb13050b5e62baf5d3c621f3143b507d635ec6edc1cfa82f5ec62ab88 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:4583810505c3ee67d955037a90ee91d8c4b10718fe22dbdae22989ccc226f658
+FROM ghcr.io/luzifer-docker/archlinux:latest@sha256:794ca8deb13050b5e62baf5d3c621f3143b507d635ec6edc1cfa82f5ec62ab88
13
14
ARG CODE_SERVER_VERSION=4.111.0
15
ARG DUMB_INIT_VERSION=1.2.5
0 commit comments