Skip to content

Commit

Permalink
chore(deps): update all docker updates (without major) (#136)
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 Jan 1, 2025
1 parent 3ac7b7c commit 6b07ad5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://github.com/nodejs/docker-node/blob/main/docs/BestPractices.md
# TODO because multiarch build has problems with QEMU and Node we cannot use alpine here: https://github.com/nodejs/docker-node/issues/1798
FROM node:22.11.0-slim AS base
FROM node:22.12.0-slim AS base
WORKDIR /app

ENV PNPM_HOME="/opt/pnpm"
Expand Down Expand Up @@ -34,7 +34,7 @@ FROM base AS dev
CMD [ "pnpm", "start" ]

# https://github.com/evanw/esbuild/issues/1921
FROM node:22.11.0-alpine AS prod
FROM node:22.12.0-alpine AS prod
WORKDIR /app

RUN apk add --no-cache libstdc++ dumb-init git
Expand Down
2 changes: 1 addition & 1 deletion examples/full/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
restart: unless-stopped

radarr:
image: lscr.io/linuxserver/radarr:5.15.1
image: lscr.io/linuxserver/radarr:5.16.3
networks:
- configarr-full
environment:
Expand Down
2 changes: 1 addition & 1 deletion examples/scheduled/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
radarr:
image: lscr.io/linuxserver/radarr:5.15.1
image: lscr.io/linuxserver/radarr:5.16.3
networks:
- configarr-full
environment:
Expand Down

0 comments on commit 6b07ad5

Please sign in to comment.