Skip to content

Commit

Permalink
Bump node version again Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vck3000 committed Jan 28, 2024
1 parent 490bffb commit 25f0d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# DEVELOPMENT BUILD
from node:18.14.2 as build
from node:18.19.0 as build
ENV NODE_ENV=development
WORKDIR /app

Expand All @@ -15,7 +15,7 @@ COPY ./src ./src
RUN yarn build

# PRODUCTION BUILD
from node:18.14.2-alpine3.11 as production
from node:18.19.0-alpine3.18 as production
ENV NODE_ENV=production
WORKDIR /app

Expand Down

0 comments on commit 25f0d43

Please sign in to comment.