Skip to content

Commit 2ba8c98

Browse files
committed
Pin to 3.16
1 parent a57dc06 commit 2ba8c98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

7.4/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM alpine:3.13 AS iconv-build
55
RUN apk upgrade --no-cache \
66
&& apk add --no-cache gnu-libiconv
77

8-
FROM php:${PHP_VERSION}-${PROJECT_TYPE}-alpine
8+
FROM php:${PHP_VERSION}-${PROJECT_TYPE}-alpine3.16
99

1010
# setup general options for environment variables
1111
ARG PHP_MEMORY_LIMIT_ARG="256M"

8.0/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM alpine:3.13 AS iconv-build
55
RUN apk upgrade --no-cache \
66
&& apk add --no-cache gnu-libiconv
77

8-
FROM php:${PHP_VERSION}-${PROJECT_TYPE}-alpine
8+
FROM php:${PHP_VERSION}-${PROJECT_TYPE}-alpine3.16
99

1010
# setup general options for environment variables
1111
ARG PHP_MEMORY_LIMIT_ARG="256M"

8.1/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM alpine:3.13 AS iconv-build
55
RUN apk upgrade --no-cache \
66
&& apk add --no-cache gnu-libiconv
77

8-
FROM php:${PHP_VERSION}-${PROJECT_TYPE}-alpine
8+
FROM php:${PHP_VERSION}-${PROJECT_TYPE}-alpine3.16
99

1010
# setup general options for environment variables
1111
ARG PHP_MEMORY_LIMIT_ARG="256M"

0 commit comments

Comments
 (0)