We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2434453 + e30235a commit 9c447d3Copy full SHA for 9c447d3
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:25.1-alpine AS node
+FROM node:25.2-alpine AS node
2
COPY . /shlink-api-spec
3
RUN cd /shlink-api-spec && \
4
npm ci && \
0 commit comments