We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5286be4 commit e5020efCopy full SHA for e5020ef
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/luzifer-docker/archlinux:latest@sha256:769fd7475dce7cee58f0e9914f5378cb4d996143a6a6c4a52f2371a27defb4d1 AS builder
+FROM ghcr.io/luzifer-docker/archlinux:latest@sha256:e8cfb046acb00e2a2ef5547852459866f3cae50b599c86c8ac07454d45983e5d 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:769fd7475dce7cee58f0e9914f5378cb4d996143a6a6c4a52f2371a27defb4d1
+FROM ghcr.io/luzifer-docker/archlinux:latest@sha256:e8cfb046acb00e2a2ef5547852459866f3cae50b599c86c8ac07454d45983e5d
13
14
ARG CODE_SERVER_VERSION=4.109.5
15
ARG DUMB_INIT_VERSION=1.2.5
0 commit comments