Skip to content

Commit

Permalink
downgrade php and caddy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerrialn committed Oct 18, 2024
1 parent 52ac125 commit 3c7f64c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions caddy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM caddy:2.8-builder-alpine as builder
FROM caddy:2-builder-alpine as builder

RUN xcaddy build \
--with github.com/dunglas/mercure \
--with github.com/dunglas/mercure/caddy

FROM caddy:2.8-builder-alpine AS caddy
FROM caddy:2-builder-alpine AS caddy

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-fpm-alpine AS symfony_php
FROM php:8.2-fpm AS symfony_php

# persistent / runtime deps
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit 3c7f64c

Please sign in to comment.