Skip to content

Commit ad16940

Browse files
Update piped base image hash for piped and launcher (#5325) (#5326)
* Update piped-base image hash for launcher * Update piped-base image hash for piped --------- Signed-off-by: Yoshiki Fujikane <[email protected]> Signed-off-by: pipecd-bot <[email protected]> Co-authored-by: Yoshiki Fujikane <[email protected]>
1 parent e5fe1cf commit ad16940

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmd/launcher/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# https://github.com/pipe-cd/pipecd/pkgs/container/piped-base/237191877?tag=v0.47.3-rc0-21-ge20cd0b
2-
FROM ghcr.io/pipe-cd/piped-base@sha256:361a027e368eccab8978924e6cecbe516a65d726a485a7299501d1e77052ebad
1+
# https://github.com/pipe-cd/pipecd/pkgs/container/piped-base/301720292?tag=v0.49.3
2+
FROM ghcr.io/pipe-cd/piped-base@sha256:e5ce81bfd81b6d8d24b2caf9ec482c3f6d11fff7ab96f6cc6fc854e82376fb3d
33

44
ADD .artifacts/launcher /usr/local/bin/launcher
55

cmd/piped/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# https://github.com/pipe-cd/pipecd/pkgs/container/piped-base/237191877?tag=v0.47.3-rc0-21-ge20cd0b
2-
FROM ghcr.io/pipe-cd/piped-base@sha256:361a027e368eccab8978924e6cecbe516a65d726a485a7299501d1e77052ebad
1+
# https://github.com/pipe-cd/pipecd/pkgs/container/piped-base/301720292?tag=v0.49.3
2+
FROM ghcr.io/pipe-cd/piped-base@sha256:e5ce81bfd81b6d8d24b2caf9ec482c3f6d11fff7ab96f6cc6fc854e82376fb3d
33

44
ADD .artifacts/piped /usr/local/bin/piped
55

0 commit comments

Comments
 (0)