Skip to content

Commit

Permalink
Bump node from 18-alpine3.17 to 21-alpine3.17 in /dockerfiles
Browse files Browse the repository at this point in the history
Bumps node from 18-alpine3.17 to 21-alpine3.17.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent bb4dc61 commit 582dcf0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/Dockerfile-build-crypt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build encryption post-script
FROM node:18-alpine3.17 AS WEBPACK_WASM_PREPROCESS
FROM node:21-alpine3.17 AS WEBPACK_WASM_PREPROCESS

RUN --mount=type=cache,target=/var/cache/apk/ \
apk add git python3
Expand All @@ -26,7 +26,7 @@ COPY --from=WEBPACK_WASM_PREPROCESS /root/swift-browser-ui/swift_browser_ui_fron
RUN bash /bin/build_wasm.sh all

# Build UI with encryption
FROM node:18-alpine3.17 as FRONTEND
FROM node:21-alpine3.17 as FRONTEND

ARG OIDC_ENABLED

Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/Dockerfile-build-crypt-devel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build encryption post-script
FROM node:18-alpine3.17 AS WEBPACK_WASM_PREPROCESS
FROM node:21-alpine3.17 AS WEBPACK_WASM_PREPROCESS

RUN --mount=type=cache,target=/var/cache/apk/ \
apk add git python3
Expand All @@ -26,7 +26,7 @@ COPY --from=WEBPACK_WASM_PREPROCESS /root/swift-browser-ui/swift_browser_ui_fron
RUN bash /bin/build_wasm.sh all

# Build UI with encryption
FROM node:18-alpine3.17 as FRONTEND
FROM node:21-alpine3.17 as FRONTEND

ARG OIDC_ENABLED

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile-ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine3.17 as FRONTEND
FROM node:21-alpine3.17 as FRONTEND

ARG OIDC_ENABLED

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile-ui-devel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine3.17 as FRONTEND
FROM node:21-alpine3.17 as FRONTEND

ARG OIDC_ENABLED

Expand Down

0 comments on commit 582dcf0

Please sign in to comment.