Skip to content

Commit

Permalink
Merge pull request #147 from coenjacobs/docker-updates
Browse files Browse the repository at this point in the history
Updated used internal Docker images to current stable versions
  • Loading branch information
coenjacobs authored Jul 16, 2024
2 parents 4f9d00f + 426e18c commit acfe1de
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,6 +1,6 @@
FROM composer:2.0.8
FROM composer:2.7.7

FROM php:8.0.1-cli-alpine AS base
FROM php:8.3.9-cli-alpine AS base

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

0 comments on commit acfe1de

Please sign in to comment.