Skip to content

Commit

Permalink
Bump golang from 1.19-alpine3.17 to 1.20-alpine3.17
Browse files Browse the repository at this point in the history
Bumps golang from 1.19-alpine3.17 to 1.20-alpine3.17.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2023
1 parent e7e063e commit a075014
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.19.4 as builder
FROM golang:1.20.1 as builder

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.signimage
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.17 as ksource
RUN apk add linux-virt-dev

FROM golang:1.19-alpine3.17 as builder
FROM golang:1.20-alpine3.17 as builder

WORKDIR /workspace

Expand Down

0 comments on commit a075014

Please sign in to comment.