Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:17.4.0-alpine as build-stage
FROM node:17.9.0-alpine as build-stage

# NOTE: Change these as you want
LABEL name "gorou (build-stage)"
Expand Down Expand Up @@ -26,7 +26,7 @@ RUN npm run build
RUN npm prune --production

# Get ready for production
FROM node:17.4.0-alpine
FROM node:17.9.0-alpine

# NOTE: Change these as you want
LABEL name "gorou"
Expand Down