Skip to content

Commit

Permalink
Merge pull request #806 from shlinkio/dependabot/docker/node-23.3-alpine
Browse files Browse the repository at this point in the history
Bump node from 23.1-alpine to 23.3-alpine
  • Loading branch information
acelaya authored Nov 23, 2024
2 parents ccc5704 + b3fc282 commit 0fe2524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:23.1-alpine as node
FROM node:23.3-alpine as node
USER root
COPY . /shlink-website
RUN cd /shlink-website && \
Expand Down

0 comments on commit 0fe2524

Please sign in to comment.