Skip to content

Commit

Permalink
Bump golang from 1.18-alpine to 1.19-alpine in /build (#268)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
dependabot[bot] and lucacome committed Aug 3, 2022
1 parent 90c9f48 commit 69d7852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG CONTAINER_VERSION=amazonlinux:2
ARG OS_TYPE=deb_based

FROM golang:1.18-alpine AS builder
FROM golang:1.19-alpine AS builder
WORKDIR /go/src/github.com/nginxinc/nginx-asg-sync/cmd/sync
COPY go.mod go.sum /go/src/github.com/nginxinc/nginx-asg-sync/
RUN go mod download
Expand Down

0 comments on commit 69d7852

Please sign in to comment.