Skip to content

Commit

Permalink
Fix Dockerfile (#1854)
Browse files Browse the repository at this point in the history
Fix wrong image
  • Loading branch information
LOVECHEN authored Feb 20, 2024
1 parent ad38481 commit 6657fcc
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.21-alpine AS builder
FROM golang:1.22-alpine AS builder
WORKDIR /app
ARG TARGETARCH

Expand Down

0 comments on commit 6657fcc

Please sign in to comment.