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