Skip to content

Commit 8c3c7f0

Browse files
committed
Update dockerfile and deploy.yml
1 parent 0889fa1 commit 8c3c7f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version: 18.x
3535

36-
- uses: actions/setup-python@v5
36+
- uses: actions/setup-python@v6
3737
with:
3838
python-version: '3.12'
3939

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-slim
1+
FROM node:25-slim
22

33
# Install system dependencies
44
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)