Skip to content

Commit 2935743

Browse files
Update All non-major
1 parent 5c81790 commit 2935743

2 files changed

Lines changed: 189 additions & 243 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.5.0 AS traefik
1+
FROM traefik:v3.6.8 AS traefik
22

3-
FROM alpine:3.22.1 AS rathole
3+
FROM alpine:3.23.3 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.22.1 AS node_modules
6+
FROM alpine:3.23.3 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.22.1
11+
FROM alpine:3.23.3
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)