Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 520e6a3 commit c985525
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG port=4200


# Build container
FROM node:20.16.0-alpine3.19 AS build
FROM node:20.17.0-alpine3.19 AS build

# Install dependencies and build static content
ARG build_dir
Expand Down
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedHat UBI 8 with nodejs 20
FROM registry.access.redhat.com/ubi8/nodejs-20:1-58 AS builder
FROM registry.access.redhat.com/ubi8/nodejs-20:1-64 AS builder

# Install packages, build and keep only prod packages
WORKDIR /app
Expand All @@ -11,7 +11,7 @@ RUN dnf install -y ca-certificates && \


# Deployment container
FROM registry.access.redhat.com/ubi8/ubi:8.10-1054
FROM registry.access.redhat.com/ubi8/ubi:8.10-1088

# Node packages and dependencies
COPY --from=builder /usr/bin/node /usr/bin/
Expand Down
2 changes: 1 addition & 1 deletion public/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG build_dir=public
ARG port=4300

# Build container
FROM node:20.16.0-alpine3.19 AS build
FROM node:20.17.0-alpine3.19 AS build

# Install dependencies and build static content
ARG build_dir
Expand Down

0 comments on commit c985525

Please sign in to comment.