Skip to content

Commit

Permalink
Bump PHP and Composer versions to latest stables
Browse files Browse the repository at this point in the history
  • Loading branch information
coenjacobs committed Sep 12, 2024
1 parent ef3b2dc commit eac01ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM composer:2.7.7
FROM php:8.3.9-cli-alpine AS base
FROM composer:2.7.9
FROM php:8.3.11-cli-alpine AS base

FROM base AS builder
RUN apk update && apk add git
Expand Down

0 comments on commit eac01ed

Please sign in to comment.