diff --git a/Dockerfile b/Dockerfile index b27825a..58bd37f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG ALPINE_VERSION=3.17 ARG GO_VERSION=1.19 -ARG COMPOSE_VERSION=2.15.1 +ARG COMPOSE_VERSION=2.16.0 FROM golang:${GO_VERSION} AS builder RUN export GOBIN=$HOME/work/bin diff --git a/src/version.go b/src/version.go index dcd388f..e95764e 100644 --- a/src/version.go +++ b/src/version.go @@ -1,4 +1,4 @@ package main // BuildVersion is the version -const BuildVersion = "2.3.1" +const BuildVersion = "2.4.0"