Skip to content

Commit

Permalink
Update emscripten/emsdk Docker tag to v3.1.55
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 5, 2024
1 parent 4aec603 commit 0410a6f
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.54 AS builder
FROM emscripten/emsdk:3.1.55 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.54 AS builder
FROM emscripten/emsdk:3.1.55 AS builder

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

0 comments on commit 0410a6f

Please sign in to comment.