Skip to content

Commit

Permalink
Update Alpine Linux to 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Oct 10, 2023
1 parent 11060bd commit f761dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ OPENSMTPD_VER_MINOR := $(shell v='$(OPENSMTPD_VER)'; echo "$${v%.*}")

TAG ?= $(OPENSMTPD_VER_MINOR)

ALPINE_VER ?= 3.17
ALPINE_VER ?= 3.18

ifeq ($(BASE_IMAGE_STABILITY_TAG),)
BASE_IMAGE_TAG := $(ALPINE_VER)
Expand Down

0 comments on commit f761dca

Please sign in to comment.