We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a80b7b + ed8accb commit 37c45e4Copy full SHA for 37c45e4
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.22.2 AS build
+FROM alpine:3.23.0 AS build
2
3
ADD https://github.com/elm/compiler/releases/download/0.19.1/binary-for-linux-64-bit.gz elm.gz
4
RUN gunzip -c elm.gz > /usr/bin/elm && chmod +x /usr/bin/elm
0 commit comments