Skip to content

Commit

Permalink
chore(deps): bump library/node from 20.5.0 to 20.6.0
Browse files Browse the repository at this point in the history
Bumps library/node from 20.5.0 to 20.6.0.

---
updated-dependencies:
- dependency-name: library/node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent 10eac22 commit 3ef2d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ WORKDIR /home/argocd
####################################################################################################
# Argo CD UI stage
####################################################################################################
FROM --platform=$BUILDPLATFORM docker.io/library/node:20.5.0@sha256:32ec50b65ac9572eda92baa6004a04dbbfc8021ea806fa62d37336183cad04e6 AS argocd-ui
FROM --platform=$BUILDPLATFORM docker.io/library/node:20.6.0@sha256:bd8385f565bbcbf155cf9a2b8b21091a68076b11d74c3cb66e742d36834e1905 AS argocd-ui

WORKDIR /src
COPY ["ui/package.json", "ui/yarn.lock", "./"]
Expand Down

0 comments on commit 3ef2d94

Please sign in to comment.