Skip to content

Commit

Permalink
chore(deps): update base images (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 2, 2024
1 parent 83f1c4a commit 12da900
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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:18.16.1-alpine3.17 AS build
FROM node:18.19.0-alpine3.17 AS build

# Install dependencies and build static content
ARG build_dir
Expand All @@ -17,7 +17,7 @@ RUN cd libs && npm ci && cd .. && \


# Deploy container
FROM caddy:2.6.4-alpine
FROM caddy:2.7.6-alpine

# Copy over Caddyfile and static content
ARG build_dir
Expand Down
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedHat UBI 8 with nodejs 16
FROM registry.access.redhat.com/ubi8/nodejs-18:1-60 AS builder
FROM registry.access.redhat.com/ubi8/nodejs-18:1-81 AS builder

# Install packages, build and keep only prod packages
WORKDIR /app
Expand Down

0 comments on commit 12da900

Please sign in to comment.