Skip to content

Commit

Permalink
fix(deps): update weekly minor & patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 19, 2023
1 parent db921f0 commit d0e88c1
Show file tree
Hide file tree
Showing 7 changed files with 869 additions and 854 deletions.
4 changes: 2 additions & 2 deletions client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Grab the latest Node base image
FROM node:20.8.0-alpine as builder
FROM node:20.8.1-alpine as builder
RUN npm i -g pnpm

# Set the current working directory inside the container
Expand Down Expand Up @@ -29,6 +29,6 @@ ENV NODE_ENV=production

RUN pnpm run build

FROM caddy:2.7.4-alpine
FROM caddy:2.7.5-alpine
COPY ./Caddyfile /etc/caddy/Caddyfile
COPY --from=builder /app/dist /srv
Loading

0 comments on commit d0e88c1

Please sign in to comment.