Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
feat: upgraded node docker image to node:16.17-alpine3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Sep 5, 2022
1 parent 4352675 commit e4a5b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM node:16-alpine3.11 as builder
FROM node:16.17-alpine3.15 as builder

WORKDIR /app/website
COPY . /app/website
Expand Down

0 comments on commit e4a5b62

Please sign in to comment.