Skip to content

Commit 9796b96

Browse files
committed
chore: bump base image and compose vers
1 parent 721ede4 commit 9796b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASEIMAGE="php:8.3.13-cli-alpine3.20"
1+
ARG BASEIMAGE="php:8.3.17-cli-alpine3.20"
22

33
FROM $BASEIMAGE AS compile
44

@@ -171,7 +171,7 @@ FROM $BASEIMAGE AS final
171171
LABEL maintainer="[email protected]"
172172

173173
ENV DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
174-
ENV DOCKER_COMPOSE_VERSION="v2.29.5"
174+
ENV DOCKER_COMPOSE_VERSION="v2.33.1"
175175

176176
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
177177

0 commit comments

Comments
 (0)