Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

chore(deps): update debian:11.7 docker digest to 1e5f2d7 #6387

Merged
merged 1 commit into from
Jun 14, 2023
Merged
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM ghcr.io/nicholasdille/docker-setup/docker-setup:main AS docker-setup
FROM ubuntu:22.04 AS ubuntu
COPY --from=docker-setup /usr/local/bin/docker-setup /usr/local/bin/docker-setup

FROM debian:11.7@sha256:432f545c6ba13b79e2681f4cc4858788b0ab099fc1cca799cc0fae4687c69070 AS debian
FROM debian:11.7@sha256:1e5f2d70c9441c971607727f56d0776fb9eecf23cd37b595b26db7a974b2301d AS debian
COPY --from=docker-setup /usr/local/bin/docker-setup /usr/local/bin/docker-setup

FROM alpine:3.18@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 AS alpine
Expand Down