Skip to content

Commit

Permalink
GO v1.23.0 , docker (#2500)
Browse files Browse the repository at this point in the history
docker build error
  • Loading branch information
bigbugcc committed Aug 28, 2024
1 parent b3b433f commit 6b3b1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ========================================================
# Stage: Builder
# ========================================================
FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder
WORKDIR /app
ARG TARGETARCH

Expand Down

0 comments on commit 6b3b1b6

Please sign in to comment.