Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Winlere committed Apr 3, 2024
1 parent f485caa commit 904f948
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,5 +1,5 @@
# build stage
FROM node:lts-alpine as build-stage
FROM node:18.20.0-alpine3.18 as build-stage
WORKDIR /app
COPY package.json ./
COPY yarn.lock ./
Expand Down

0 comments on commit 904f948

Please sign in to comment.