Skip to content

Commit

Permalink
Updated docker container to latest php version (8.2 from 8.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
janknieling authored and jahir committed Sep 6, 2023
1 parent 778b008 commit 1d86bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) 2019 Andreas Goetz <[email protected]>

ARG PHP_IMAGE_TAG=8.1-alpine
ARG PHP_IMAGE_TAG=8.2-alpine

FROM php:$PHP_IMAGE_TAG AS builder

Expand Down

0 comments on commit 1d86bc3

Please sign in to comment.