Skip to content

Commit

Permalink
chore: Upgrade base python image to python:3.11.2-alpine3.17 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualedevita authored Apr 4, 2023
1 parent 8da6491 commit ee715ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.9.14-alpine@sha256:d80bb38eb14230a70ef922956d0621f7dd938b16794057f6fe71a90ef9ec5504 AS build
# from https://hub.docker.com/_/python
FROM python:3.11.2-alpine3.17@sha256:1c66f5282876229c87851cde3a1c7eb8939f212cdf398201f86f5416c7907656 AS build

ARG user=nonroot

Expand Down

0 comments on commit ee715ce

Please sign in to comment.