Skip to content

Commit

Permalink
Merge branch 'release/37.163.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Jan 31, 2024
2 parents 1951999 + 5ebe35a commit eef9f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.6.0-bookworm-slim
FROM node:21.6.1-bookworm-slim

LABEL org.opencontainers.image.vendor="Swiss GRC AG"
LABEL org.opencontainers.image.authors="Swiss GRC AG <[email protected]>"
Expand All @@ -22,7 +22,7 @@ RUN apt-get update -y && \
# Install Renovate

# renovate: datasource=npm depName=renovate
ENV RENOVATE_VERSION=37.162.0
ENV RENOVATE_VERSION=37.163.0

# We need to run scripts here to have RE2 installed
RUN npm install -g renovate@${RENOVATE_VERSION} && \
Expand Down

0 comments on commit eef9f53

Please sign in to comment.