Skip to content

Commit

Permalink
Merge pull request 'Update base image to python:3-alpine3.18' (#49) f…
Browse files Browse the repository at this point in the history
…rom update-base-image into master

Reviewed-on: https://git.prod.maki-it.de/Kim/lexoffice-invoice-upload/pulls/49
  • Loading branch information
Kim Oliver Drechsel committed Jul 19, 2023
2 parents c767e84 + cc5fef4 commit 78e8e99
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 78e8e99

Please sign in to comment.