Skip to content

Commit

Permalink
chore(CR-26711): upgraded compose-bin version (#14)
Browse files Browse the repository at this point in the history
* upgraded compose version for fixing CVE-2024-45337
  • Loading branch information
vitalii-codefresh authored Dec 24, 2024
1 parent c76a7b1 commit 94419fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG COMPOSE_VERSION=v2.28.1
ARG COMPOSE_VERSION=v2.32.1

FROM docker/compose-bin:${COMPOSE_VERSION} AS compose

Expand Down
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.5.0
version: 1.5.1

0 comments on commit 94419fa

Please sign in to comment.