Skip to content

Commit 7eae1dc

Browse files
committed
refactor(alpine): Update default alpine version to 3.19
1 parent b9779d0 commit 7eae1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpine/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PHP_VERSION
2-
ARG DISTRIBUTION_VERSION=3.16
2+
ARG DISTRIBUTION_VERSION=3.19
33
FROM php:${PHP_VERSION}-cli-alpine${DISTRIBUTION_VERSION}
44

55
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/bin/

0 commit comments

Comments
 (0)