Skip to content

Commit b00c8ef

Browse files
fix: php 8.2.24
1 parent b0ba78e commit b00c8ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-push-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ci
33
on:
44
push:
55
tags:
6-
- 'php8.*-v*.*.*'
6+
- 'php*.*-node*.*'
77
jobs:
88
test:
99
runs-on: ubuntu-latest

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:19.9.0-alpine AS node
22

33
# Base image with PHP-FPM
4-
FROM php:8.2.25RC1-fpm-alpine3.20 AS base
4+
FROM php:8.2.24-fpm-alpine3.20 AS base
55

66
# Musl for adding locales
77
ENV MUSL_LOCALE_DEPS="cmake make musl-dev gcc gettext-dev libintl"

0 commit comments

Comments
 (0)