Skip to content

Commit b50a4e3

Browse files
committed
Update varnish to 6.0.15
1 parent 6e5b4d7 commit b50a4e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
BASE_IMAGE_STABILITY_TAG: 2.18.2
13-
VARNISH60: '6.0.14'
13+
VARNISH60: '6.0.15'
1414

1515
jobs:
1616
varnish60-build:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-include env.mk
22

3-
VARNISH_VER ?= 6.0.14
3+
VARNISH_VER ?= 6.0.15
44
VARNISH_VER_MINOR = $(shell echo "${VARNISH_VER}" | grep -oE '^[0-9]+\.[0-9]+')
55

66
ALPINE_VER ?= 3.20

0 commit comments

Comments
 (0)