Skip to content

Commit

Permalink
Merge pull request #816 from OWASP/dependabot/docker/python-3.13-alpine
Browse files Browse the repository at this point in the history
Bump python from 3.12-alpine to 3.13-alpine
  • Loading branch information
sydseter authored Oct 8, 2024
2 parents 5734101 + 7e54843 commit e2b8e05
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.12-alpine@sha256:e75de178bc15e72f3f16bf75a6b484e33d39a456f03fc771a2b3abb9146b75f8 AS pipenv
FROM python:3.13-alpine@sha256:81362dd1ee15848b118895328e56041149e1521310f238ed5b2cdefe674e6dbf AS pipenv
RUN apk add --no-cache shadow
# UID of current user who runs the build
ARG user_id
Expand Down

0 comments on commit e2b8e05

Please sign in to comment.