Skip to content

Commit d97c3ae

Browse files
committed
Updated compose to 2.16.0
1 parent 2a8f0d3 commit d97c3ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG ALPINE_VERSION=3.17
22
ARG GO_VERSION=1.19
3-
ARG COMPOSE_VERSION=2.15.1
3+
ARG COMPOSE_VERSION=2.16.0
44

55
FROM golang:${GO_VERSION} AS builder
66
RUN export GOBIN=$HOME/work/bin

src/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package main
22

33
// BuildVersion is the version
4-
const BuildVersion = "2.3.1"
4+
const BuildVersion = "2.4.0"

0 commit comments

Comments
 (0)