Skip to content

Commit 69d7852

Browse files
Bump golang from 1.18-alpine to 1.19-alpine in /build (#268)
* Bump golang from 1.18-alpine to 1.19.0-alpine in /build 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] <support@github.com> * remove patch version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Comellini <luca.com@gmail.com>
1 parent 90c9f48 commit 69d7852

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
@@ -1,7 +1,7 @@
11
ARG CONTAINER_VERSION=amazonlinux:2
22
ARG OS_TYPE=deb_based
33

4-
FROM golang:1.18-alpine AS builder
4+
FROM golang:1.19-alpine AS builder
55
WORKDIR /go/src/github.com/nginxinc/nginx-asg-sync/cmd/sync
66
COPY go.mod go.sum /go/src/github.com/nginxinc/nginx-asg-sync/
77
RUN go mod download

0 commit comments

Comments
 (0)