Skip to content

Commit

Permalink
Quick Typescript version change
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanbellary committed Jan 24, 2025
1 parent fa5bc0f commit 636a10f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.0.0
FROM node:16.20.2

LABEL org.opencontainers.image.source=https://github.com/rosewang01/dockerize-boilerplate
LABEL org.opencontainers.image.description="Boilerplate Server Side Container"
Expand All @@ -8,7 +8,7 @@ WORKDIR /

COPY ./package.json ./package.json
RUN yarn install
RUN yarn add --dev typescript@latest
RUN yarn add --dev typescript@4.9.5

COPY . .

Expand Down

0 comments on commit 636a10f

Please sign in to comment.