Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update python Docker tag to v3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2023
1 parent 0bf239d commit 28e8742
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,6 +1,6 @@
FROM koalaman/shellcheck-alpine:v0.9.0 AS shellcheck
FROM hadolint/hadolint:v2.12.0-alpine AS hadolint
FROM python:3.11-alpine
FROM python:3.12-alpine

LABEL maintainer="Frank Niessink <frank@niessink.com>"
LABEL description="Development dependencies for Next-action."
Expand Down

0 comments on commit 28e8742

Please sign in to comment.