Skip to content

Commit

Permalink
Update php Docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 28, 2023
1 parent 28c9117 commit cbfcb63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion php/8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.0.30-cli-alpine3.16 AS base
FROM php:8.2.5-cli-alpine3.16 AS base
LABEL maintainer="Rémi Marseille <[email protected]>"

ARG APCU_VERSION
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.24-cli-alpine3.18 AS base
FROM php:8.2.12-cli-alpine3.18 AS base
LABEL maintainer="Rémi Marseille <[email protected]>"

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.10-cli-alpine3.18 AS base
FROM php:8.2.12-cli-alpine3.18 AS base
LABEL maintainer="Rémi Marseille <[email protected]>"

ARG APCU_VERSION
Expand Down

0 comments on commit cbfcb63

Please sign in to comment.