Skip to content

Commit e558d1a

Browse files
committed
Bumped base image versions
Signed-off-by: Moritz Friedrich <moritz@matchory.com>
1 parent a6f5c64 commit e558d1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frankenphp-alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.13
2-
FROM dunglas/frankenphp:1.6-php8.4-alpine AS upstream
2+
FROM dunglas/frankenphp:1.8-php8.4-alpine AS upstream
33
FROM upstream AS base
44
ARG APCU_VERSION="5.1.24"
55
ARG REDIS_VERSION="6.2.0"

frankenphp.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.13
2-
FROM dunglas/frankenphp:1.6-php8.4 AS upstream
2+
FROM dunglas/frankenphp:1.8-php8.4 AS upstream
33
FROM upstream AS base
44
ARG APCU_VERSION="5.1.24"
55
ARG REDIS_VERSION="6.2.0"

0 commit comments

Comments
 (0)