We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f64a507 + 495df7a commit 2a80b7bCopy full SHA for 2a80b7b
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.22.1 AS build
+FROM alpine:3.22.2 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