We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ba78e commit b00c8efCopy full SHA for b00c8ef
.github/workflows/build-and-push-tag.yml
@@ -3,7 +3,7 @@ name: ci
3
on:
4
push:
5
tags:
6
- - 'php8.*-v*.*.*'
+ - 'php*.*-node*.*'
7
jobs:
8
test:
9
runs-on: ubuntu-latest
Dockerfile
@@ -1,7 +1,7 @@
1
FROM node:19.9.0-alpine AS node
2
# Base image with PHP-FPM
-FROM php:8.2.25RC1-fpm-alpine3.20 AS base
+FROM php:8.2.24-fpm-alpine3.20 AS base
# Musl for adding locales
ENV MUSL_LOCALE_DEPS="cmake make musl-dev gcc gettext-dev libintl"
0 commit comments