Skip to content

Commit 4616fce

Browse files
committed
Use Alpine 3.20 as our base image
1 parent 22fc615 commit 4616fce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.release-notes/alpine-320.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Use Alpine 3.20 as our base image
2+
3+
Previously we were using Alpine 3.18 which has reached it's end-of-life. The change to 3.20 should have no impact on anyone unless they are using this image as the base image for another image.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WORKDIR /src/ponydoc
1313
RUN make arch=x86-64 static=true linker=bfd \
1414
&& make install
1515

16-
FROM alpine:3.18
16+
FROM alpine:3.20
1717

1818
COPY --from=build /usr/local/bin/ponydoc /usr/local/bin/ponydoc
1919

0 commit comments

Comments
 (0)