Skip to content

Commit

Permalink
chore(deps): update golang docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Aug 9, 2023
1 parent 56b28ee commit ba1cf1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.18.2-alpine3.15 as builder
FROM golang:1.19.3-alpine3.15 as builder

ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion hack/images/wireguard/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GOLANG_VERSION=1.19
ARG GOLANG_VERSION=1.21
ARG ALPINE_VERSION=3.16

FROM golang:${GOLANG_VERSION} as builder
Expand Down

0 comments on commit ba1cf1c

Please sign in to comment.