Skip to content

Commit

Permalink
chore: update node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Nov 3, 2022
1 parent f400bc7 commit 6b9ddf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# build env
FROM node:16-alpine as build
FROM node:18-alpine as build

COPY ./frontend /frontend
WORKDIR /frontend
Expand Down
2 changes: 1 addition & 1 deletion app.Dockerfile
@@ -1,5 +1,5 @@
# build env
FROM node:16-alpine as build
FROM node:18-alpine as build

COPY ./frontend /frontend
WORKDIR /frontend
Expand Down

0 comments on commit 6b9ddf7

Please sign in to comment.