Skip to content

Commit

Permalink
fix(deps): update weekly minor & patch updates (#799)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 10, 2024
1 parent c931a96 commit a49a942
Show file tree
Hide file tree
Showing 8 changed files with 1,282 additions and 1,061 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
ref: migration
- name: Install yq - portable yaml processor
uses: mikefarah/yq@v4.40.4
uses: mikefarah/yq@v4.43.1
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
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:21.3.0-alpine as builder
FROM node:21.7.3-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.5-alpine
FROM caddy:2.7.6-alpine
COPY ./Caddyfile /etc/caddy/Caddyfile
COPY --from=builder /app/dist /srv
Loading

0 comments on commit a49a942

Please sign in to comment.