Skip to content

Commit

Permalink
fix(minio): bump golang version to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bn committed Feb 2, 2025
1 parent 9c91452 commit 39c8b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minio/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# --- Build stage ---
FROM docker.io/golang:1.22 AS build-minio
FROM docker.io/golang:1.23 AS build-minio

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit 39c8b6e

Please sign in to comment.