We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215d413 commit 8d404a0Copy full SHA for 8d404a0
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/luzifer-docker/archlinux:latest@sha256:ffe6cc384c0dcfa548409bb07fcb05dd7d5860073825a02a203e5e2e590230a9 AS builder
+FROM ghcr.io/luzifer-docker/archlinux:latest@sha256:c2849dafb21f706ef25e7d3ced7bdecfc32b6442db8eb9283cc5e1894067894f 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:ffe6cc384c0dcfa548409bb07fcb05dd7d5860073825a02a203e5e2e590230a9
+FROM ghcr.io/luzifer-docker/archlinux:latest@sha256:c2849dafb21f706ef25e7d3ced7bdecfc32b6442db8eb9283cc5e1894067894f
13
14
ARG CODE_SERVER_VERSION=4.112.0
15
ARG DUMB_INIT_VERSION=1.2.5
0 commit comments