This repository was archived by the owner on Apr 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
96
96
tzdata \
97
97
zlib1g-dev \
98
98
fonts-noto-cjk \
99
+ fonts-noto-color-emoji \
99
100
fonts-indic \
100
101
fonts-thai-tlwg-ttf \
101
102
&& rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ $ docker build \
28
28
--build-arg SWIFT_FORMAT_TAG=0.50700.0 \
29
29
--build-arg NODE_VERSION=16.x \
30
30
--build-arg OPEN_JDK_VERSION=11 \
31
- --build-arg CYPRESS_VERSION=8.5 .0 \
31
+ --build-arg CYPRESS_VERSION=12.3 .0 \
32
32
--build-arg FIREFOX_VERSION=99.0.1 \
33
33
--build-arg CHROME_VERSION=101.0.4951.54 \
34
34
--build-arg CHROME_DRIVER_VERSION=101.0.4951.41 \
@@ -38,6 +38,23 @@ $ docker build \
38
38
## [ TAGGED VERSIONS] ( https://github.com/GoodNotes/swiftwasm-frontend-docker/pkgs/container/swiftwasm-frontend-docker )
39
39
Here you are a list of the tagged dockers with the specific tools version included.
40
40
41
+ ### 0.0.27:
42
+ - Swift Web Assembly toolchain => ` swift-wasm-5.7.3-RELEASE `
43
+ - Carton => ` 0.17.0 `
44
+ - Binaryen => ` 105 `
45
+ - NodeJS => ` v16.13.2 `
46
+ - Npm => ` 8.1.2 `
47
+ - Npx => ` 8.1.2 `
48
+ - Yarn => ` 1.22.17 `
49
+ - SwiftLint => ` 0.46.5 `
50
+ - SwiftFormat => ` 0.50700.0 `
51
+ - Cypress => ` 12.3.0 `
52
+ - Brotli => ` 1.0.9 `
53
+ - Chrome => ` 101.0.4951.54 `
54
+ - ChromeDriver => ` 101.0.4951.41 `
55
+ - Firefox => ` 99.0.1 `
56
+ - Sentry Symbolicator => ` 0.5.0 `
57
+
41
58
### 0.0.26:
42
59
- Swift Web Assembly toolchain => ` swift-wasm-5.7.3-RELEASE `
43
60
- Carton => ` 0.17.0 `
You can’t perform that action at this time.
0 commit comments