Skip to content

Commit

Permalink
fix(): reverted the images
Browse files Browse the repository at this point in the history
  • Loading branch information
narmidm authored Jul 2, 2024
2 parents 8bfeac5 + 87a4f9f commit 0161d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.15-bookworm-slim as builder
FROM node:16.14.0-alpine3.15 as builder
WORKDIR /build
COPY . ./
COPY ./images/ ./static/images
Expand Down
2 changes: 1 addition & 1 deletion prod.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.14-bookworm-slim as builder
FROM node:16.14.0-alpine3.15 as builder
WORKDIR /build
COPY package.json ./
COPY package-lock.json ./
Expand Down

0 comments on commit 0161d06

Please sign in to comment.