Skip to content

Commit

Permalink
Bump golang from 1.21-alpine to 1.22-alpine (#335)
Browse files Browse the repository at this point in the history
Bumps golang from 1.21-alpine to 1.22-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent df39a37 commit a507794
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
Expand Up @@ -5,7 +5,7 @@
##

# Cross compile from native platform to target arch
FROM --platform=$BUILDPLATFORM golang:1.21-alpine as go
FROM --platform=$BUILDPLATFORM golang:1.22-alpine as go
WORKDIR /build
COPY --link go.mod go.sum .
COPY --link ./proxy-init ./proxy-init
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-cni-plugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.4

# Cross compile from native platform to target arch
FROM --platform=$BUILDPLATFORM golang:1.21-alpine as go
FROM --platform=$BUILDPLATFORM golang:1.22-alpine as go
WORKDIR /build
COPY --link go.mod go.sum ./
COPY --link ./cni-plugin ./cni-plugin
Expand Down

0 comments on commit a507794

Please sign in to comment.