Skip to content

Commit fe9a04f

Browse files
committed
Update images digests
1 parent 07cccbb commit fe9a04f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/docker-run/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
required: true
77
image:
88
description: "The image to use"
9-
default: "ghcr.io/wolfi-dev/sdk:latest@sha256:1dfbcd7e8e126b19881298b545066720be9e7d00eeb4fea5c6ea7fd7a5e4aaa0"
9+
default: "ghcr.io/wolfi-dev/sdk:latest@sha256:e7e7696357955970adbfad5b690e68043080b97ed6149c39732193a6ffbe80df"
1010
required: false
1111
workdir:
1212
description: "The images working directory"

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ dev-container:
141141
-v "${PWD}:${PWD}" \
142142
-w "${PWD}" \
143143
-e SOURCE_DATE_EPOCH=0 \
144-
ghcr.io/wolfi-dev/sdk:latest@sha256:1dfbcd7e8e126b19881298b545066720be9e7d00eeb4fea5c6ea7fd7a5e4aaa0
144+
ghcr.io/wolfi-dev/sdk:latest@sha256:e7e7696357955970adbfad5b690e68043080b97ed6149c39732193a6ffbe80df
145145

146146
PACKAGES_CONTAINER_FOLDER ?= /work/packages
147147
# This target spins up a docker container that is helpful for testing local
@@ -209,7 +209,7 @@ dev-container-wolfi:
209209
--mount type=bind,source="${PWD}/local-melange.rsa.pub",destination="/etc/apk/keys/local-melange.rsa.pub",readonly \
210210
--mount type=bind,source="$(TMP_REPOS_FILE)",destination="/etc/apk/repositories",readonly \
211211
-w "$(PACKAGES_CONTAINER_FOLDER)" \
212-
ghcr.io/wolfi-dev/sdk:latest@sha256:1dfbcd7e8e126b19881298b545066720be9e7d00eeb4fea5c6ea7fd7a5e4aaa0
212+
ghcr.io/wolfi-dev/sdk:latest@sha256:e7e7696357955970adbfad5b690e68043080b97ed6149c39732193a6ffbe80df
213213
@rm "$(TMP_REPOS_FILE)"
214214
@rmdir "$(TMP_REPOS_DIR)"
215215

0 commit comments

Comments
 (0)