Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#195)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* Step down caddy for now

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Derek Roberts <[email protected]>
  • Loading branch information
renovate[bot] and DerekRoberts authored Jun 3, 2024
1 parent e538670 commit af78018
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build static files
# Node Bullseye has npm
FROM node:20.13.1-bullseye-slim AS build
FROM node:20.14.0-bullseye-slim AS build
ENV NODE_ENV production

# Copy and build
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
retries: 5
start_period: 10s
timeout: 5s
image: node:20.13.1-bullseye-slim
image: node:20.14.0-bullseye-slim
ports: ["5000:5000"]
restart: always
volumes: ["./backend:/app", "/app/node_modules"]
Expand Down
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Use this section once builds are fixed

FROM node:20.13.1-bullseye-slim AS build
FROM node:20.14.0-bullseye-slim AS build

# Build static files
WORKDIR /app
Expand All @@ -11,7 +11,7 @@ RUN npm ci --ignore-scripts && \
rm -rf node_modules

# Caddy
FROM caddy:2.7.6-alpine
FROM caddy:2.8.1-alpine
ENV LOG_LEVEL=info

# Copy static files and config
Expand Down

0 comments on commit af78018

Please sign in to comment.