Skip to content

Commit

Permalink
chore(deps): update docker.io/library/alpine docker tag to v3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tinfoild[bot] authored Oct 13, 2024
1 parent 4cd6289 commit 7104c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/radicale/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN python3 -m venv . && /app/bin/pip install --upgrade --no-cache-dir radicale=
# above plugin hash is from "3" branch

# Stage 2: Install Jujutsu
FROM docker.io/library/alpine:3.20.1 AS jj
FROM docker.io/library/alpine:3.20.3 AS jj
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 -

# Stage 3: Working app image
Expand Down

0 comments on commit 7104c5b

Please sign in to comment.