Skip to content

Commit

Permalink
upgrade node to 20 in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
snowinszu committed May 12, 2024
1 parent 67b592a commit e3f1d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
push: true
platforms: linux/amd64
# tags: cdnbye/cbsignal_uws:latest
tags: cdnbye/cbsignal_uws:5.0.2
tags: cdnbye/cbsignal_uws:5.0.3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-slim
FROM node:20-slim

#RUN npm install pm2 -g
WORKDIR /cbsignal_uws
Expand Down

0 comments on commit e3f1d54

Please sign in to comment.