Skip to content

Commit

Permalink
Update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
omBratteng committed Mar 24, 2023
1 parent 6e20b6e commit f04fdf5
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,5 +1,5 @@
# -- BUILD STAGE --------------------------------
FROM node:16.14.2-slim AS build
FROM node:18.15.0-slim AS build
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
WORKDIR /src

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

# -- RUNTIME STAGE --------------------------------
FROM node:16.14.2-slim
FROM node:18.15.0-slim
ENTRYPOINT [ "node" ]
WORKDIR /app

Expand Down

0 comments on commit f04fdf5

Please sign in to comment.