Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/alerque/git-warp-time:v1.0.0@sha256:4e533607444a5d6cf7a313d255309728b166a34a17d570391fc68c82acc6fd1c AS git-warp-time

FROM ghcr.io/visualon/buildpack:11.1.83@sha256:354210bf93a44e35f2b54c6b7bcb821d5b9b9daa3d73b03ee18a41f5cd0f4c65
FROM ghcr.io/visualon/buildpack:11.1.85@sha256:b38481f80e052ce09488cddc6dfea823a45f54e22ef40da889c322f42dd5639b

LABEL \
org.opencontainers.image.source="https://github.com/visualon/docker-builder" \
Expand Down
2 changes: 1 addition & 1 deletion windows/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# escape=`

# Use the latest buildpack.
FROM ghcr.io/visualon/buildpack:11.1.83@sha256:354210bf93a44e35f2b54c6b7bcb821d5b9b9daa3d73b03ee18a41f5cd0f4c65
FROM ghcr.io/visualon/buildpack:11.1.85@sha256:b38481f80e052ce09488cddc6dfea823a45f54e22ef40da889c322f42dd5639b

LABEL `
org.opencontainers.image.source="https://github.com/visualon/docker-builder" `
Expand Down
Loading