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 bdf02cb commit 1d2c117Copy full SHA for 1d2c117
Dockerfile
@@ -1,6 +1,6 @@
1
-ARG ALPINE_VERSION=3.15
2
-ARG GO_VERSION=1.18
3
-ARG COMPOSE_VERSION=2.4.1
+ARG ALPINE_VERSION=3.16
+ARG GO_VERSION=1.19
+ARG COMPOSE_VERSION=2.11.1
4
5
FROM golang:${GO_VERSION} AS builder
6
RUN export GOBIN=$HOME/work/bin
0 commit comments