Skip to content

Commit abdc502

Browse files
fix(deps): update ghcr.io/visualon/buildpack docker tag to v8.1.29
| datasource | package | from | to | | ---------- | -------------------------- | ------ | ------ | | docker | ghcr.io/visualon/buildpack | 8.1.28 | 8.1.29 |
1 parent 508774b commit abdc502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/visualon/buildpack:8.1.28@sha256:d255e16b5007f183c8a9528bc018e2ef3b26a0d1254ff37f3162356ce09e09cf
1+
FROM ghcr.io/visualon/buildpack:8.1.29@sha256:9c82e9b34c1dc4440d0128fd27f2be85983a15e8298235ee230fca8edffb5779
22

33
LABEL \
44
org.opencontainers.image.source="https://github.com/visualon/docker-builder" \

windows/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# escape=`
22

33
# Use the latest buildpack.
4-
FROM ghcr.io/visualon/buildpack:8.1.28@sha256:d255e16b5007f183c8a9528bc018e2ef3b26a0d1254ff37f3162356ce09e09cf
4+
FROM ghcr.io/visualon/buildpack:8.1.29@sha256:9c82e9b34c1dc4440d0128fd27f2be85983a15e8298235ee230fca8edffb5779
55

66
LABEL `
77
org.opencontainers.image.source="https://github.com/visualon/docker-builder" `

0 commit comments

Comments
 (0)