Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit b4448e5

Browse files
committed
chore: upgrade the Debian container used in an integration test
1 parent e08879c commit b4448e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:10.2 AS first
1+
FROM debian:12 AS first
22
CMD ["mycmd"]
33
FROM first
44
ENTRYPOINT ["myentrypoint"] # This should clear out CMD in the config metadata

0 commit comments

Comments
 (0)