Skip to content

Commit 28cde5d

Browse files
chore(oci/alpine): pin 3.20.1 ➼ b89d9c9
1 parent b5b1a4a commit 28cde5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/radicale/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN python3 -m venv . && /app/bin/pip install --upgrade --no-cache-dir radicale=
1111
# above plugin hash is from "3" branch
1212

1313
# Stage 2: Install Jujutsu
14-
FROM docker.io/library/alpine:3.20.1 AS jj
14+
FROM docker.io/library/alpine:3.20.1@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 AS jj
1515
RUN busybox wget -O- https://github.com/martinvonz/jj/releases/download/v0.19.0/jj-v0.19.0-x86_64-unknown-linux-musl.tar.gz | busybox tar -xvf -
1616

1717
# Stage 3: Working app image

0 commit comments

Comments
 (0)