Skip to content

Commit

Permalink
fix: php 8.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
curious-mike-dvc committed Oct 28, 2024
1 parent b0ba78e commit b00c8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ci
on:
push:
tags:
- 'php8.*-v*.*.*'
- 'php*.*-node*.*'
jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:19.9.0-alpine AS node

# 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"
Expand Down

0 comments on commit b00c8ef

Please sign in to comment.