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