Skip to content

Commit

Permalink
Bump php to 8.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
richarvey committed Apr 14, 2023
1 parent 2c3a6e2 commit 69e7a46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: 'build images'

on:
push:
branches:
- main
tags:
- '[0-9]+.[0-9]+.[0-9]+'

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2.4-fpm-alpine3.17
FROM php:8.2.5-fpm-alpine3.17

LABEL maintainer="Ric Harvey <ric@squarecows.com>"

Expand Down

0 comments on commit 69e7a46

Please sign in to comment.