Skip to content

Commit 305e146

Browse files
Pin dependencies
1 parent aa81b12 commit 305e146

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:b6afd42430b15f2d2a4c5a02b919e98a525b785b1aaff16747d2f623364e39b6
22
ARG PYVER=3.12.9
3-
ARG ALPTAG=3.21
3+
ARG ALPTAG=3.21@sha256:5405e8f36ce1878720f71217d664aa3dea32e5e5df11acbf07fc78ef5661465b
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)