Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 0f30f6a

Browse files
Bump golang from 1.17-alpine to 1.18-alpine in /build (#50)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Comellini <[email protected]>
1 parent 64d52aa commit 0f30f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY ${CONFIG_FILE} /etc/nginx-ns1-gslb/config.yaml
88
ENTRYPOINT ["/nginx-ns1-gslb", "-config-file", "/etc/nginx-ns1-gslb/config.yaml"]
99

1010

11-
FROM golang:1.17-alpine as builder
11+
FROM golang:1.18-alpine as builder
1212
WORKDIR /go/src/github.com/nginxinc/nginx-ns1-gslb/cmd/agent
1313
COPY go.mod go.sum /go/src/github.com/nginxinc/nginx-ns1-gslb/
1414
RUN go mod download

0 commit comments

Comments
 (0)