Skip to content

Commit

Permalink
Merge pull request #95 from astronomer/certgenerator/python/3.9.16
Browse files Browse the repository at this point in the history
update python 3.9.16
  • Loading branch information
pgvishnuram committed Jan 16, 2023
2 parents ec65a89 + fd1fb2e commit d473961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ RUN apk update && apk add git

RUN go get github.com/jsha/minica


FROM python:3.9-alpine3.15
# check latest tags from https://hub.docker.com/_/python/tags
FROM python:3.9.16-alpine3.17

# upgrade apk packages
RUN apk upgrade
Expand Down

0 comments on commit d473961

Please sign in to comment.