Skip to content

Commit

Permalink
chore: update dockerfile base node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jurienhamaker committed Nov 3, 2024
1 parent 761bde8 commit dcb6436
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.muse
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18 as base
FROM node:20-alpine as base

WORKDIR /opt/app
EXPOSE 3000
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.music
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18 as base
FROM node:20-alpine as base

WORKDIR /opt/app
EXPOSE 3000
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.radio
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18 as base
FROM node:20-alpine as base

WORKDIR /opt/app
EXPOSE 3000
Expand Down

0 comments on commit dcb6436

Please sign in to comment.