Skip to content

Commit

Permalink
style: update docker build note version
Browse files Browse the repository at this point in the history
  • Loading branch information
soxft committed Apr 22, 2024
1 parent 571df8c commit 6e81f77
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 159 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN set -evx -o pipefail \
&& rm -rf /var/cache/apk/* \
&& go build -ldflags="-s -w" -o busuanzi main.go

FROM node:16-alpine as ts-builder
FROM node:21-alpine as ts-builder
WORKDIR /app
COPY ./dist .
RUN set -evx -o pipefail \
Expand Down
Loading

0 comments on commit 6e81f77

Please sign in to comment.