Skip to content

Commit 69e7a46

Browse files
committed
Bump php to 8.2.5
1 parent 2c3a6e2 commit 69e7a46

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build_images.yml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: 'build images'
33

44
on:
55
push:
6-
branches:
7-
- main
86
tags:
97
- '[0-9]+.[0-9]+.[0-9]+'
108

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2.4-fpm-alpine3.17
1+
FROM php:8.2.5-fpm-alpine3.17
22

33
LABEL maintainer="Ric Harvey <[email protected]>"
44

0 commit comments

Comments
 (0)