We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ff28fe + 2089691 commit 62c96beCopy full SHA for 62c96be
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.23.0 AS build
+FROM alpine:3.23.3 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