Skip to content

Commit

Permalink
Update varnish to 6.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Nov 14, 2023
1 parent 7d87c27 commit 3ab600c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- uses: docker/setup-buildx-action@v1
- uses: ./.github/actions
with:
version: '6.0.11'
version: '6.0.12'
tags: 6.0,6,latest
platform: linux/amd64,linux/arm64
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env.mk

VARNISH_VER ?= 6.0.11
VARNISH_VER ?= 6.0.12
VARNISH_VER_MINOR = $(shell v='$(VARNISH_VER)'; echo "$${v%.*}")

ALPINE_VER ?= 3.18
Expand Down

0 comments on commit 3ab600c

Please sign in to comment.