Skip to content

Commit 917db9d

Browse files
authored
Merge pull request #2054 from atsign-foundation/cpswan-slim-dates
chore: Consistent use of debian:stable-{DATE}-slim
2 parents 38f67de + a88c463 commit 917db9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e_all/dockerfiles/Dockerfile.base.runtime

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile.base-runtime
2-
FROM debian:stable-slim@sha256:377ddc2a20fe8632a49b69dcfff10fccbd5b4f0b8c2d593420a6a5e03070dfa1
2+
FROM debian:stable-20250721-slim@sha256:377ddc2a20fe8632a49b69dcfff10fccbd5b4f0b8c2d593420a6a5e03070dfa1
33

44
ENV USER=atsign
55
ENV HOMEDIR=/${USER}

tests/e2e_all/dockerfiles/Dockerfile.dart.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:stable-slim@sha256:377ddc2a20fe8632a49b69dcfff10fccbd5b4f0b8c2d593420a6a5e03070dfa1 AS buildimage
1+
FROM debian:stable-20250721-slim@sha256:377ddc2a20fe8632a49b69dcfff10fccbd5b4f0b8c2d593420a6a5e03070dfa1 AS buildimage
22

33
ENV URL="https://api.github.com/repos/atsign-foundation/noports/releases/latest"
44
ENV URLP="https://github.com/atsign-foundation/noports/releases/download"

0 commit comments

Comments
 (0)