Skip to content

Commit

Permalink
Merge pull request #6 from leigh-hackspace/renovate/python-3.x
Browse files Browse the repository at this point in the history
Update python Docker tag to v3.12.1
  • Loading branch information
nikdoof committed Dec 11, 2023
2 parents 7133522 + d4fded6 commit dece227
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.0-alpine3.18 AS base
FROM python:3.12.1-alpine3.18 AS base

FROM base AS builder

Expand Down

0 comments on commit dece227

Please sign in to comment.