Skip to content

Commit

Permalink
Update golang Docker tag to v1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored Feb 21, 2025
1 parent 2e32f62 commit 2117eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.proxy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23 AS builder
FROM golang:1.24 AS builder
WORKDIR /app

COPY . .
Expand Down
2 changes: 1 addition & 1 deletion examples/fakek8s/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23 as builder
FROM golang:1.24 as builder
WORKDIR /app
COPY . .
RUN go mod download
Expand Down

0 comments on commit 2117eb7

Please sign in to comment.