Bump node from 22.4-alpine to 22.6-alpine

Bumps node from 22.4-alpine to 22.6-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-08-10 07:12:36 +00:00
committed by GitHub
parent 34183ffa4a
commit bb4916f6b5

View File

@@ -1,4 +1,4 @@
FROM node:22.4-alpine as node
FROM node:22.6-alpine as node
COPY . /shlink-web-client
ARG VERSION="latest"
ENV VERSION ${VERSION}