Skip to content

Commit

Permalink
Merge pull request #142 from ral-facilities/dependabot/docker/main/py…
Browse files Browse the repository at this point in the history
…thon-3.12.7-alpine3.20

Bump python from 3.12.5-alpine3.20 to 3.12.7-alpine3.20
  • Loading branch information
joelvdavies authored Oct 25, 2024
2 parents 789eaa3 + b16a15d commit 06c4131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5-alpine3.20@sha256:bb5d0ac04679d78a1258e7dfacdb4d9bdefe9a10480eaf9b4bb09445d076369f
FROM python:3.12.7-alpine3.20@sha256:e75de178bc15e72f3f16bf75a6b484e33d39a456f03fc771a2b3abb9146b75f8

WORKDIR /ldap-jwt-auth-run

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.5-alpine3.20@sha256:bb5d0ac04679d78a1258e7dfacdb4d9bdefe9a10480eaf9b4bb09445d076369f
FROM python:3.12.7-alpine3.20@sha256:e75de178bc15e72f3f16bf75a6b484e33d39a456f03fc771a2b3abb9146b75f8

WORKDIR /ldap-jwt-auth-run

Expand Down

0 comments on commit 06c4131

Please sign in to comment.