We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8f0d3 commit d97c3aeCopy full SHA for d97c3ae
Dockerfile
@@ -1,6 +1,6 @@
1
ARG ALPINE_VERSION=3.17
2
ARG GO_VERSION=1.19
3
-ARG COMPOSE_VERSION=2.15.1
+ARG COMPOSE_VERSION=2.16.0
4
5
FROM golang:${GO_VERSION} AS builder
6
RUN export GOBIN=$HOME/work/bin
src/version.go
@@ -1,4 +1,4 @@
package main
// BuildVersion is the version
-const BuildVersion = "2.3.1"
+const BuildVersion = "2.4.0"
0 commit comments