Skip to content

Commit 62c96be

Browse files
authored
Merge pull request #23 from bytes-zone/renovate/alpine-3.x
Update alpine Docker tag to v3.23.3
2 parents 4ff28fe + 2089691 commit 62c96be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.23.0 AS build
1+
FROM alpine:3.23.3 AS build
22

33
ADD https://github.com/elm/compiler/releases/download/0.19.1/binary-for-linux-64-bit.gz elm.gz
44
RUN gunzip -c elm.gz > /usr/bin/elm && chmod +x /usr/bin/elm

0 commit comments

Comments
 (0)