Skip to content

Commit

Permalink
Set Alpine 3.19 as default base image
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Apr 15, 2024
1 parent 88ae523 commit 293c8d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG UNIT_VERSION=1.29.0
ARG PHP_VERSION=8.2
ARG PHP_ALPINE_VERSION=3.19.1
ARG PHP_ALPINE_VERSION=3.19

################################################
# NGINX UNIT DOWNLOADER - Stage #1 #
################################################
FROM --platform=${TARGETPLATFORM} alpine:3.19.1 AS nginx-unit-downloader
FROM --platform=${TARGETPLATFORM} alpine:3.19 AS nginx-unit-downloader

ARG UNIT_VERSION
WORKDIR "/tmp/unit"
Expand Down
2 changes: 1 addition & 1 deletion build/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function "get-args" {
result = {
UNIT_VERSION = unit_version
PHP_VERSION = php_version
PHP_ALPINE_VERSION = notequal(alpine_version, "") ? alpine_version : "3.17"
PHP_ALPINE_VERSION = notequal(alpine_version, "") ? alpine_version : "3.19"
}
}

Expand Down

0 comments on commit 293c8d8

Please sign in to comment.