Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 18d9e47

Browse files
committed
Upgrade Alpine Linux to version 3.18
1 parent e9decf4 commit 18d9e47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.3
22

3-
FROM php:8.1-fpm-alpine3.16
3+
FROM php:8.1-fpm-alpine3.18
44
RUN set -ex; \
55
\
66
export CFLAGS="-Os"; \
@@ -17,6 +17,7 @@ RUN set -ex; \
1717
msmtp \
1818
nginx \
1919
openldap \
20+
openssl \
2021
runit \
2122
; \
2223
\
@@ -29,6 +30,7 @@ RUN set -ex; \
2930
libpng-dev \
3031
libzip-dev \
3132
openldap-dev \
33+
openssl-dev \
3234
; \
3335
\
3436
# Install PHP extensions

0 commit comments

Comments
 (0)