Skip to content

Commit ac2ae6b

Browse files
fix(deps): update ghcr.io/visualon/buildpack docker tag to v8.1.32
| datasource | package | from | to | | ---------- | -------------------------- | ------ | ------ | | docker | ghcr.io/visualon/buildpack | 8.1.31 | 8.1.32 |
1 parent 2f468b4 commit ac2ae6b

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.31@sha256:d1a518385b29af203a63365138fff0e2a801a357777ebc8db6f0e8cf8f66f1ee
1+
FROM ghcr.io/visualon/buildpack:8.1.32@sha256:d64a84defe2a7e8849d44276db7edc7c1223b0b89ee2bbf92fc5b07895d5767e
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.31@sha256:d1a518385b29af203a63365138fff0e2a801a357777ebc8db6f0e8cf8f66f1ee
4+
FROM ghcr.io/visualon/buildpack:8.1.32@sha256:d64a84defe2a7e8849d44276db7edc7c1223b0b89ee2bbf92fc5b07895d5767e
55

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

0 commit comments

Comments
 (0)