Skip to content

Commit

Permalink
Bump dockerfile base image to latest Alpine 3.20 with Python 3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysommer committed Oct 11, 2024
1 parent f7c47a2 commit 63dd366
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 docker.io/library/python:3.11-alpine
LABEL org.opencontainers.image.base.name="docker.io/library/python:3.11-alpine"
LABEL org.opencontainers.image.base.digest="sha256:caafba876f841774905f73df0fcaf7fe3f55aaf9cb48a9e369a41077f860d4a7"
LABEL org.opencontainers.image.base.digest="sha256:004b4029670f2964bb102d076571c9d750c2a43b51c13c768e443c95a71aa9f3"
LABEL org.opencontainers.image.source="https://github.com/RDFLib/pySHACL"
LABEL maintainer="[email protected]"
RUN apk add --no-cache --update tini-static cython
Expand Down

0 comments on commit 63dd366

Please sign in to comment.