Skip to content

Commit

Permalink
updating Docker file base Image
Browse files Browse the repository at this point in the history
  • Loading branch information
aforde-aot committed Sep 26, 2023
1 parent 8c138c4 commit 70416aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met-web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# "build-stage", based on Node.js, to build and compile the frontend
# pull official base image
FROM node:14-alpine as build-stage
FROM node:16-alpine as build-stage

# set working directory
WORKDIR /app
Expand Down

0 comments on commit 70416aa

Please sign in to comment.