Skip to content

Commit

Permalink
Upgrade to node:lts-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Sep 28, 2023
1 parent 037e7f6 commit d98e92d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM node:18-alpine
FROM node:lts-alpine
WORKDIR /bookcars/api
COPY ./api ./
COPY ./packages /bookcars/packages
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM node:18-alpine as build
FROM node:lts-alpine as build
WORKDIR /bookcars/backend
COPY ./backend ./
COPY ./backend/.env.docker .env
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM node:18-alpine as build
FROM node:lts-alpine as build
WORKDIR /bookcars/frontend
COPY ./frontend ./
COPY ./frontend/.env.docker .env
Expand Down

0 comments on commit d98e92d

Please sign in to comment.