Skip to content

Commit

Permalink
Merge pull request #195 from Lyt99/fix/dockerfile
Browse files Browse the repository at this point in the history
chore(build): specify 3.19 as alpine version
  • Loading branch information
BSWANG authored Feb 22, 2024
2 parents d632c3f + 387a449 commit 069fd4f
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
Expand Up @@ -19,7 +19,7 @@ WORKDIR /webconsole
ADD ./webui /webconsole
RUN yarn install && yarn build

FROM docker.io/library/alpine
FROM docker.io/library/alpine:3.19
ARG GOPROXY
ARG ALPINE_MIRROR
ENV GOPROXY=$GOPROXY
Expand Down

0 comments on commit 069fd4f

Please sign in to comment.