Skip to content

Commit e5c26be

Browse files
Lock file maintenance All non-major (#197)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e70f067 commit e5c26be

2 files changed

Lines changed: 307 additions & 287 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
FROM traefik:v3.3.4 AS traefik
1+
FROM traefik:v3.5.0 AS traefik
22

3-
FROM alpine:3.21.3 AS rathole
3+
FROM alpine:3.22.1 AS rathole
44
RUN wget -O rathole.zip https://github.com/rapiz1/rathole/releases/download/v0.4.8/rathole-x86_64-unknown-linux-musl.zip && unzip rathole.zip
55

6-
FROM alpine:3.21.3 AS node_modules
6+
FROM alpine:3.22.1 AS node_modules
77
RUN apk add nodejs npm
88
COPY package.json package-lock.json ./
99
RUN npm install --no-audit --no-progress --omit=dev
1010

11-
FROM alpine:3.21.3
11+
FROM alpine:3.22.1
1212
RUN apk add nodejs npm
1313
COPY --from=node_modules /node_modules /node_modules
1414
COPY --from=traefik /usr/local/bin/traefik /usr/local/bin/traefik

0 commit comments

Comments
 (0)