Skip to content

Commit

Permalink
modify builder
Browse files Browse the repository at this point in the history
  • Loading branch information
sjqzhang committed Sep 26, 2024
1 parent 5ebb25f commit fd58b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerfileForGitAction
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.18 AS builder
FROM --platform=$BUILDPLATFORM registry.cn-hangzhou.aliyuncs.com/prince/alpine-golang:1.17 as builder
MAINTAINER s_jqzhang <[email protected]>
ARG VERSION=1.1.7
RUN set -xe; \
Expand Down

0 comments on commit fd58b3d

Please sign in to comment.