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 c8ea7b3 commit 22e5768Copy full SHA for 22e5768
Dockerfile
@@ -1,6 +1,6 @@
1
-ARG ALPINE_VERSION=3.16
+ARG ALPINE_VERSION=3.17
2
ARG GO_VERSION=1.19
3
-ARG COMPOSE_VERSION=2.11.1
+ARG COMPOSE_VERSION=2.15.1
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.2.0"
+const BuildVersion = "2.3.0"
test.Dockerfile
-ARG ALPINE_VERSION=3.15
-ARG GO_VERSION=1.18
-ARG COMPOSE_VERSION=2.4.1
+ARG GO_VERSION=1.19
0 commit comments