Skip to content

Commit 1d2c117

Browse files
committed
Updated to Alpine 3.16, Go 1.19 and Compose 2.11.1
1 parent bdf02cb commit 1d2c117

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG ALPINE_VERSION=3.15
2-
ARG GO_VERSION=1.18
3-
ARG COMPOSE_VERSION=2.4.1
1+
ARG ALPINE_VERSION=3.16
2+
ARG GO_VERSION=1.19
3+
ARG COMPOSE_VERSION=2.11.1
44

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

0 commit comments

Comments
 (0)