Skip to content

Commit be9b3a7

Browse files
build(deps): Bump php (#23)
Bumps php from 8.2-fpm-alpine to 8.5-fpm-alpine. --- updated-dependencies: - dependency-name: php dependency-version: 8.5-fpm-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6466c0c commit be9b3a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • cloudformation/scenarios/localgov-drupal/docker

cloudformation/scenarios/localgov-drupal/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# =============================================================================
88
# Stage 1: Builder - Install Composer dependencies
99
# =============================================================================
10-
FROM php:8.2-fpm-alpine AS builder
10+
FROM php:8.5-fpm-alpine AS builder
1111

1212
# Install build dependencies
1313
RUN apk add --no-cache \
@@ -62,7 +62,7 @@ RUN mkdir -p /var/www/drupal/web/libraries/dropzone \
6262
# =============================================================================
6363
# Stage 2: Runtime - Minimal production image
6464
# =============================================================================
65-
FROM php:8.2-fpm-alpine AS runtime
65+
FROM php:8.5-fpm-alpine AS runtime
6666

6767
# Install runtime dependencies
6868
RUN apk add --no-cache \

0 commit comments

Comments
 (0)