Skip to content

Commit 61d331b

Browse files
Pin dependencies
1 parent 7dd6914 commit 61d331b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# syntax=docker/dockerfile:1
1+
# syntax=docker/dockerfile:1@sha256:dabfc0969b935b2080555ace70ee69a5261af8a8f1b4df97b9e7fbcf6722eddf
22
ARG PYVER=3.12.9
3-
ARG ALPTAG=3.21
3+
ARG ALPTAG=3.21@sha256:b6a6be0ff92ab6db8acd94f5d1b7a6c2f0f5d10ce3c24af348d333ac6da80685
44
FROM python:${PYVER}-alpine${ALPTAG} AS builder
55

66
# Add the community repo for access to patchelf binary package

0 commit comments

Comments
 (0)