This commit is contained in:
@@ -18,7 +18,7 @@ VUE_APP_BASE_API = \'\''\
|
||||
> .env.production
|
||||
RUN export NODE_OPTIONS=--openssl-legacy-provider && pnpm run build:prod
|
||||
|
||||
FROM golang:1.22-alpine3.20 AS build
|
||||
FROM golang:1.23-alpine3.20 AS build
|
||||
|
||||
WORKDIR /opt/workflow/ferry
|
||||
COPY . .
|
||||
@@ -28,7 +28,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o ferry .
|
||||
|
||||
FROM alpine:3.20.3 AS prod
|
||||
|
||||
MAINTAINER lanyulei
|
||||
LABEL maintainer="lanyulei"
|
||||
|
||||
RUN echo -e "http://mirrors.aliyun.com/alpine/v3.11/main\nhttp://mirrors.aliyun.com/alpine/v3.11/community" > /etc/apk/repositories \
|
||||
&& apk add -U tzdata \
|
||||
|
||||
Reference in New Issue
Block a user