Skip to content

Commit

Permalink
Update php Docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent 19ea5e1 commit 88c67c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-nts-debian
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:experimental
FROM php:7.4-cli-buster AS base
FROM php:8.2-cli-buster AS base

# Build-time metadata as defined at http://label-schema.org
LABEL org.label-schema.name="wyrihaximusnet/php" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-zts-debian
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:experimental
FROM php:7.4-zts-buster AS base
FROM php:8.2-zts-buster AS base

# Build-time metadata as defined at http://label-schema.org
LABEL org.label-schema.name="wyrihaximusnet/php" \
Expand Down

0 comments on commit 88c67c4

Please sign in to comment.