Skip to content

Commit

Permalink
chore(deps): bump dockerfile node alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zain Kassam committed Dec 20, 2024
1 parent 610981e commit 742248b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. BUILD
###################

FROM node:20.8.1-alpine3.17 AS build
FROM node:21.4.0-alpine3.17 AS build

# Build variables
ARG PORT
Expand Down Expand Up @@ -63,7 +63,7 @@ USER node
# 2. PRODUCTION
###################

FROM node:21.0.0-alpine3.17 AS production
FROM node:21.4.0-alpine3.17 AS production

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions src/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. BUILD
###################

FROM node:20.8.1-alpine3.17 AS build
FROM node:21.4.0-alpine3.17 AS build

# Build variables
ARG PORT
Expand Down Expand Up @@ -41,7 +41,7 @@ RUN npm ci --omit=dev --ignore-scripts
# 2. PRODUCTION
###################

FROM node:21.0.0-alpine3.17 AS production
FROM node:21.4.0-alpine3.17 AS production

WORKDIR /app

Expand Down

0 comments on commit 742248b

Please sign in to comment.