Skip to content

Commit 66b9271

Browse files
fix(deps): update ghcr.io/visualon/buildpack docker tag to v8.1.30
| datasource | package | from | to | | ---------- | -------------------------- | ------ | ------ | | docker | ghcr.io/visualon/buildpack | 8.1.29 | 8.1.30 |
1 parent 05483a4 commit 66b9271

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.29@sha256:9c82e9b34c1dc4440d0128fd27f2be85983a15e8298235ee230fca8edffb5779
1+
FROM ghcr.io/visualon/buildpack:8.1.30@sha256:7e2b0a8343f836556051ad9b4afdbe87d626d7f617ed1f401df5be471878196a
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.29@sha256:9c82e9b34c1dc4440d0128fd27f2be85983a15e8298235ee230fca8edffb5779
4+
FROM ghcr.io/visualon/buildpack:8.1.30@sha256:7e2b0a8343f836556051ad9b4afdbe87d626d7f617ed1f401df5be471878196a
55

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

0 commit comments

Comments
 (0)