We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63c8c9 commit 2e2ce3fCopy full SHA for 2e2ce3f
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/luzifer-docker/archlinux:latest@sha256:9f30b2361f72e30b3bed4c9d3e7310236402c642b7a2bc533987d04779a944ec AS builder
+FROM ghcr.io/luzifer-docker/archlinux:latest@sha256:a1b545e2a88f31096e52245fdacd778d494b19741f860b7647d1ad312643a6d9 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:9f30b2361f72e30b3bed4c9d3e7310236402c642b7a2bc533987d04779a944ec
+FROM ghcr.io/luzifer-docker/archlinux:latest@sha256:a1b545e2a88f31096e52245fdacd778d494b19741f860b7647d1ad312643a6d9
13
14
ARG CODE_SERVER_VERSION=4.109.2
15
ARG DUMB_INIT_VERSION=1.2.5
0 commit comments