Skip to content

Commit

Permalink
Bump cscfi/docker-emscripten-crypt4gh in /dockerfiles
Browse files Browse the repository at this point in the history
Bumps [cscfi/docker-emscripten-crypt4gh](https://github.com/CSCfi/docker-emscripten-crypt4gh) from 1.2.0 to 1.3.0.
- [Commits](CSCfi/docker-emscripten-crypt4gh@1.2.0...1.3.0)

---
updated-dependencies:
- dependency-name: cscfi/docker-emscripten-crypt4gh
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 76995c3 commit a19d9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile-build-crypt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN cd /root/swift-browser-ui/swift_browser_ui_frontend/wasm \
&& npx webpack --config "./wasm-webpack.config.js"

# Build upworker and downworker WebAssembly contents
FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.2.0 AS WASMCRYPT
FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.3.0 AS WASMCRYPT

COPY --from=WEBPACK_WASM_PREPROCESS /root/swift-browser-ui/swift_browser_ui_frontend/wasm/ /src/

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile-build-crypt-devel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN cd /root/swift-browser-ui/swift_browser_ui_frontend/wasm \
&& npx webpack --config "./wasm-webpack.config.js"

# Build upworker and downworker WebAssembly contents
FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.2.0 AS WASMCRYPT
FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.3.0 AS WASMCRYPT

COPY --from=WEBPACK_WASM_PREPROCESS /root/swift-browser-ui/swift_browser_ui_frontend/wasm/ /src/

Expand Down

0 comments on commit a19d9ba

Please sign in to comment.