Skip to content

Commit

Permalink
chore(CR-26930): upgrading docker-compose version (#15)
Browse files Browse the repository at this point in the history
* upgraded compose version for fixing CVE-2024-45338
  • Loading branch information
vitalii-codefresh authored Jan 13, 2025
1 parent 94419fa commit b081f15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# syntax=docker/dockerfile:1

ARG COMPOSE_VERSION=v2.32.1

ARG COMPOSE_VERSION=v2.32.2


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.1
version: 1.5.2

0 comments on commit b081f15

Please sign in to comment.