Skip to content

Commit

Permalink
Pin to Alpine 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenyu committed May 26, 2024
1 parent c462624 commit 81daf69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM python:3-alpine as release
# Pin to Alpine 3.19 since aws-cli was removed in Alpine 3.20
# see https://github.com/alpinelinux/docker-alpine/issues/396
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.20.0#aws-cli
FROM python:3-alpine3.19 as release

RUN adduser --system --disabled-password --no-create-home app

Expand Down

0 comments on commit 81daf69

Please sign in to comment.