File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN jlink \
2121 --no-man-pages \
2222 --output /tinysapmachine
2323
24- FROM ghcr.io/gardenlinux/gardenlinux:1592
24+ FROM ghcr.io/gardenlinux/gardenlinux:1592.15
2525
2626EXPOSE 8080
2727
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build () {
77 local ARCH=" ${1} " ; shift
88
99 SHA_GLVD=$( podman pull -q --arch=" $ARCH " $GLVD_API_IMAGE_REPOSITORY :$GLVD_API_IMAGE_TAG )
10- SHA_GL=$( podman pull -q --arch=" $ARCH " ghcr.io/gardenlinux/gardenlinux:1592)
10+ SHA_GL=$( podman pull -q --arch=" $ARCH " ghcr.io/gardenlinux/gardenlinux:1592.15 )
1111
1212 ./unbase_oci --exclude exclude --include include --ldd-dependencies --print-tree podman:" $SHA_GL " podman:" $SHA_GLVD " podman:ghcr.io/gardenlinux/glvd-api:${GLVD_API_IMAGE_TAG} -linux${ARCH} _bare
1313
You can’t perform that action at this time.
0 commit comments