Skip to content

Commit

Permalink
chore: upgrade the docker image to 20 lts
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Jan 28, 2024
1 parent 5851a41 commit 69c509e
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
Expand Up @@ -5,7 +5,7 @@
# -v ./database/:/home/node/hemmelig/database/ \
# hemmeligapp/hemmelig:v5.0.0

FROM node:18-alpine
FROM node:20-alpine

WORKDIR /usr/src/app

Expand All @@ -21,7 +21,7 @@ RUN npm run build


# Get ready for step two of the docker image build
FROM node:18-alpine
FROM node:20-alpine

WORKDIR /home/node/hemmelig

Expand Down

0 comments on commit 69c509e

Please sign in to comment.