Skip to content

Commit

Permalink
Lock file maintenance All non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 18, 2024
1 parent 1919d71 commit c898136
Show file tree
Hide file tree
Showing 2 changed files with 335 additions and 248 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM traefik:v2.11.6 AS traefik
FROM traefik:v2.11.8 AS traefik

FROM alpine:3.20.1 AS rathole
FROM alpine:3.20.2 AS rathole
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

FROM alpine:3.20.1 AS node_modules
FROM alpine:3.20.2 AS node_modules
RUN apk add nodejs npm
COPY package.json package-lock.json ./
RUN npm install --no-audit --no-progress --omit=dev

FROM alpine:3.20.1
FROM alpine:3.20.2
RUN apk add nodejs npm
COPY --from=node_modules /node_modules /node_modules
COPY --from=traefik /usr/local/bin/traefik /usr/local/bin/traefik
Expand Down
Loading

0 comments on commit c898136

Please sign in to comment.