Skip to content

Commit 5e7a259

Browse files
Lock file maintenance All non-major
1 parent e70f067 commit 5e7a259

2 files changed

Lines changed: 303 additions & 283 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.4.3 AS traefik
22

3-
FROM alpine:3.21.3 AS rathole
3+
FROM alpine:3.22.0 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.0 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.0
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)