Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent f0afea9 commit e004e18
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 193 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.17.0-alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03 as build
FROM node:20.18.0-alpine@sha256:1cd36a87a12dbfd476454d88026a973f7f48467ea925c0f4e501b3d039bc1d4b as build

ARG VERSION=dev
ENV VITE_APP_VERSION=${VERSION}
Expand All @@ -11,7 +11,7 @@ RUN npm ci
COPY . .
RUN npm run build

FROM nginx:1.27.1-alpine-slim@sha256:087f90d16ce1004cf11671e229b62cc36dca1b837870aa357983954a46034d33
FROM nginx:1.27.2-alpine-slim@sha256:e9293c9bedb0db866e7d2b69e58131db4c2478e6cd216cdd99b134830703983a

RUN echo -e "\
server_tokens off;\
Expand Down
Loading

0 comments on commit e004e18

Please sign in to comment.