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 90c9f48 commit 69d7852Copy full SHA for 69d7852
build/Dockerfile
@@ -1,7 +1,7 @@
1
ARG CONTAINER_VERSION=amazonlinux:2
2
ARG OS_TYPE=deb_based
3
4
-FROM golang:1.18-alpine AS builder
+FROM golang:1.19-alpine AS builder
5
WORKDIR /go/src/github.com/nginxinc/nginx-asg-sync/cmd/sync
6
COPY go.mod go.sum /go/src/github.com/nginxinc/nginx-asg-sync/
7
RUN go mod download
0 commit comments