Skip to content

Commit

Permalink
Update base image to Alpine 3.18 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen authored Aug 30, 2023
1 parent 36e394f commit 1b49367
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .release-notes/alpine318.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Use Alpine 3.18 as our base image

Previously we were using Alpine 3.16. This should have no impact on anyone unless they are using this image as the base image for another.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.18

COPY entrypoint.py /entrypoint.py

Expand Down

0 comments on commit 1b49367

Please sign in to comment.