Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/gifsicle/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM trzeci/emscripten:1.39.18-upstream
ARG EMSCRIPTEN_VERSION=3.1.28
FROM emscripten/emsdk:${EMSCRIPTEN_VERSION}

RUN apt-get update && \
apt-get install -y \
Expand Down
3 changes: 2 additions & 1 deletion packages/mozjpeg/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM trzeci/emscripten:1.39.18-upstream
ARG EMSCRIPTEN_VERSION=3.1.28
FROM emscripten/emsdk:${EMSCRIPTEN_VERSION}

RUN apt-get update && \
apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion packages/oxipng/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.45
FROM rust:1.66

RUN rustup target add wasm32-unknown-unknown
RUN mkdir /opt/wabt && \
Expand Down