Skip to content

Commit

Permalink
Upgrade Alpine Linux to version 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
lubo committed Jun 27, 2023
1 parent 96e3b35 commit 82a3341
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.3

FROM php:8.1-fpm-alpine3.16
FROM php:8.1-fpm-alpine3.18
RUN set -ex; \
\
export CFLAGS="-Os"; \
Expand All @@ -17,6 +17,7 @@ RUN set -ex; \
msmtp \
nginx \
openldap \
openssl \
runit \
; \
\
Expand All @@ -29,6 +30,7 @@ RUN set -ex; \
libpng-dev \
libzip-dev \
openldap-dev \
openssl-dev \
; \
\
# Install PHP extensions
Expand Down

0 comments on commit 82a3341

Please sign in to comment.