Skip to content

Commit 9c447d3

Browse files
authored
Merge pull request #741 from shlinkio/dependabot/docker/node-25.2-alpine
Bump node from 25.1-alpine to 25.2-alpine
2 parents 2434453 + e30235a commit 9c447d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:25.1-alpine AS node
1+
FROM node:25.2-alpine AS node
22
COPY . /shlink-api-spec
33
RUN cd /shlink-api-spec && \
44
npm ci && \

0 commit comments

Comments
 (0)