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

Commit 12e56b4

Browse files
Bump golang from 1.18-alpine to 1.19.0-alpine in /build (#68)
Bumps golang from 1.18-alpine to 1.19.0-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4408dd2 commit 12e56b4

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.18-alpine as builder
11+
FROM golang:1.19.0-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)