Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #56 from GreenMeteor/dependabot/docker/src/php-8.3…
Browse files Browse the repository at this point in the history
….11-apache

Bump php from 8.3.10-apache to 8.3.11-apache in /src
  • Loading branch information
ArchBlood authored Sep 3, 2024
2 parents 1d0d877 + 0415136 commit 7ac9a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Builder
FROM php:8.3.10-apache AS builder
FROM php:8.3.11-apache AS builder

# Install build dependencies
RUN apt-get update --no-install-recommends && \
Expand Down Expand Up @@ -32,7 +32,7 @@ RUN curl -L -o humhub.zip https://download.humhub.com/downloads/install/humhub-$
rm humhub.zip

# Stage 2: Runtime Dependencies
FROM php:8.3.10-apache AS runtime-deps
FROM php:8.3.11-apache AS runtime-deps

# Install runtime dependencies
RUN apt-get update --no-install-recommends && \
Expand Down

0 comments on commit 7ac9a2a

Please sign in to comment.