Skip to content

Commit

Permalink
Pin the http-server version at 13.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HighSaltLevels committed Aug 22, 2023
1 parent 00d982d commit 89036d0
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 @@ -2,7 +2,7 @@ FROM node:17-alpine3.12

WORKDIR /landing-page

RUN npm install http-server -g
RUN npm install http-server@13.0.2 -g

COPY assets /landing-page/assets
COPY images /landing-page/images
Expand Down

0 comments on commit 89036d0

Please sign in to comment.