Skip to content

Commit

Permalink
Bump node from 05824f7 to 3801c22 (#687)
Browse files Browse the repository at this point in the history
Bumps node from `05824f7` to `3801c22`.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 3, 2023
1 parent 0375973 commit f8f9f09
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 @@ -20,7 +20,7 @@ COPY Makefile ./Makefile
RUN mkdir -p internal
RUN make internal/ui

FROM node:lts-buster@sha256:05824f71b10334d5625cf228aa618ed69ecd5765afc308693b9f2033de1265be as ui
FROM node:lts-buster@sha256:3801c22eb9d286a58537c24e764affc9380bfee98aec4cb312ec488a0529ff3d as ui
WORKDIR /workspace

COPY --from=go-modules /workspace/internal/ui ./
Expand Down

0 comments on commit f8f9f09

Please sign in to comment.