Skip to content

Commit b898229

Browse files
authored
Merge pull request #591 from SAP/DM01-5681
chore: upgrade docker-compose version to 2.22.0
2 parents 59d9b59 + d27be70 commit b898229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/job/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cl
4444
## Install latest docker-compose
4545
RUN apk add jq && \
4646
DESTINATION=/usr/bin/docker-compose && \
47-
curl -L https://github.com/docker/compose/releases/download/v2.14.0/docker-compose-$(uname -s)-$(uname -m) -o $DESTINATION && \
47+
curl -L https://github.com/docker/compose/releases/download/v2.22.0/docker-compose-$(uname -s)-$(uname -m) -o $DESTINATION && \
4848
chmod 755 $DESTINATION
4949

5050
COPY src/job /job

0 commit comments

Comments
 (0)