Skip to content

Commit

Permalink
feat: upgrade dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Aug 27, 2024
1 parent b672242 commit dd0f67c
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,6 +1,6 @@

ARG NODE_VERSION=18
ARG RUST_VERSION=1.74.0
ARG RUST_VERSION=1.80.0

FROM node:${NODE_VERSION}-alpine AS build-yarn
RUN apk add --no-cache cpio findutils git
Expand Down

0 comments on commit dd0f67c

Please sign in to comment.