Skip to content

Commit

Permalink
PHP : updating from alpine 3.19 to alpine 3.20 base images
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpavageauekino committed Jul 3, 2024
1 parent f6bdc68 commit 78f76c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Versions

2024-07-31
----------
* PHP : updating base images from alpine 3.18 to 3.19
* PHP : updating base images from alpine 3.18 to 3.20

2024-06-30
----------
Expand Down
2 changes: 1 addition & 1 deletion php/8.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1.28-cli-alpine3.19 AS base
FROM php:8.1.29-cli-alpine3.20 AS base
LABEL maintainer="Rémi Marseille <marseille@ekino.com>"

ARG APCU_VERSION
Expand Down
2 changes: 1 addition & 1 deletion php/8.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2.18-cli-alpine3.19 AS base
FROM php:8.2.19-cli-alpine3.20 AS base
LABEL maintainer="Rémi Marseille <marseille@ekino.com>"

ARG APCU_VERSION
Expand Down
2 changes: 1 addition & 1 deletion php/8.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3.6-cli-alpine3.19 AS base
FROM php:8.3.8-cli-alpine3.20 AS base
LABEL maintainer="Rémi Marseille <marseille@ekino.com>"

ARG APCU_VERSION
Expand Down

0 comments on commit 78f76c8

Please sign in to comment.