Skip to content

Commit

Permalink
chore: use fresher images as CVE releases for :1 are newer than for :…
Browse files Browse the repository at this point in the history
…1-zz (janus-idp#576)

* chore: use fresher images as CVE releases for :1 are newer than for :1-zz

* revert to lowercase doctype because new prettier

Signed-off-by: Nick Boldt <nboldt@redhat.com>

* use strict version instead of unpatched cve version or floating tag that makes renovate bot angry

Signed-off-by: Nick Boldt <nboldt@redhat.com>

* add empty changeset

Signed-off-by: Nick Boldt <nboldt@redhat.com>

---------

Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Sep 29, 2023
1 parent 90aea37 commit 86d4d57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/rotten-olives-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# 5. add Brew metadata

# Stage 1 - Build nodejs skeleton
FROM registry.access.redhat.com/ubi9/nodejs-18:1-70 AS skeleton
FROM registry.access.redhat.com/ubi9/nodejs-18:1-70.1695740477 AS skeleton
# hadolint ignore=DL3002
USER 0

Expand Down Expand Up @@ -87,7 +87,7 @@ COPY $EXTERNAL_SOURCE_NESTED/app-config*.yaml ./
RUN $YARN install --frozen-lockfile --production --network-timeout 600000

# Stage 5 - Build the runner image
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-74 AS runner
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-74.1695740475 AS runner
USER 0

# Upstream only - install techdocs dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/app/public/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down

0 comments on commit 86d4d57

Please sign in to comment.