Skip to content

Commit

Permalink
chore(deps): update emscripten/emsdk docker tag to v3.1.74 (#371)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent b688a39 commit 34f9855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/binutils/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM emscripten/emsdk:3.1.73 AS builder
FROM emscripten/emsdk:3.1.74 AS builder

RUN apt-get update && \
apt-get install -y git bison flex texinfo --no-install-recommends && \
Expand Down
2 changes: 1 addition & 1 deletion packages/gas/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM emscripten/emsdk:3.1.73 AS builder
FROM emscripten/emsdk:3.1.74 AS builder

RUN apt-get update && \
apt-get install -y git bison flex texinfo parallel --no-install-recommends && \
Expand Down

0 comments on commit 34f9855

Please sign in to comment.