Skip to content

Commit

Permalink
Merge pull request #81 from pbs/main
Browse files Browse the repository at this point in the history
Upgrading Alpine version to `3.18` in the PHP `8.1` image
  • Loading branch information
timkelty committed Aug 11, 2023
2 parents 0efe62c + d833bda commit 74b77e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 8.1/Dockerfile
Expand Up @@ -5,7 +5,7 @@ FROM alpine:3.13 AS iconv-build
RUN apk upgrade --no-cache \
&& apk add --no-cache gnu-libiconv

FROM php:${PHP_VERSION}-${PROJECT_TYPE}-alpine3.16
FROM php:${PHP_VERSION}-${PROJECT_TYPE}-alpine3.18

# setup general options for environment variables
ARG PHP_MEMORY_LIMIT_ARG="256M"
Expand Down

0 comments on commit 74b77e0

Please sign in to comment.