Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(oci/debian): update 12.6 ➼ 12.8 #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update docker.io/library/debian docker tag to v12.8
tinfoild[bot] authored Dec 16, 2024
commit 95303095826f1868153ed1335a9676d752c0dde0
2 changes: 1 addition & 1 deletion apps/radicale/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Stage 1: install app to venv
FROM docker.io/library/debian:12.6@sha256:aadf411dc9ed5199bc7dab48b3e6ce18f8bbee4f170127f5ff1b75cd8035eb36 AS builder
FROM docker.io/library/debian:12.8@sha256:17122fe3d66916e55c0cbd5bbf54bb3f87b3582f4d86a755a0fd3498d360f91b AS builder
# Define build-time variables
ARG VERSION
USER 0:0