mirror of
https://github.com/Sithranduil/srcds_exporter.git
synced 2025-07-22 23:28:26 +02:00
fix: change node version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:current-alpine3.12
|
||||
FROM node:20-alpine
|
||||
WORKDIR /data
|
||||
COPY . /data
|
||||
RUN npm install --only=prod
|
||||
|
Reference in New Issue
Block a user