Skip to content

Commit

Permalink
set php and alpine version - Update deps 3 (#11)
Browse files Browse the repository at this point in the history
* deps on own line and use --virtual marker with del

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile
  • Loading branch information
EarthlingDavey authored Apr 26, 2024
1 parent f835122 commit a056ec1
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,4 +1,6 @@
FROM php:8.2-fpm-alpine
# 26-03-2024
# alpine-3.19 is vulnerable, using alipine3.18
FROM php:8.3-fpm-alpine3.18

RUN apk add --update bash \
zlib-dev \
Expand Down

0 comments on commit a056ec1

Please sign in to comment.