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

Bump golang from 1.19.0-alpine to 1.20.4-alpine in /build #74

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY ${CONFIG_FILE} /etc/nginx-ns1-gslb/config.yaml
ENTRYPOINT ["/nginx-ns1-gslb", "-config-file", "/etc/nginx-ns1-gslb/config.yaml"]


FROM golang:1.19.0-alpine as builder
FROM golang:1.20.4-alpine as builder
WORKDIR /go/src/github.com/nginxinc/nginx-ns1-gslb/cmd/agent
COPY go.mod go.sum /go/src/github.com/nginxinc/nginx-ns1-gslb/
RUN go mod download
Expand Down