Skip to content

Commit

Permalink
Update base image to python:3-alpine3.18
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Oliver Drechsel <[email protected]>
  • Loading branch information
Kim Oliver Drechsel committed Jul 19, 2023
1 parent c767e84 commit cc5fef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-alpine3.17 as base
FROM python:3-alpine3.18 as base

RUN apk --no-cache add tzdata libcurl su-exec

Expand Down

0 comments on commit cc5fef4

Please sign in to comment.