testeranto 0.79.57 → 0.79.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Bundle.Dockerfile CHANGED
@@ -26,7 +26,7 @@ COPY ./test.mts /usr/src/app/test.mts
26
26
 
27
27
  RUN yarn run init
28
28
 
29
- RUN apt-get install chromium
29
+ RUN apt-get update && apt-get install -y chromium
30
30
  RUN /usr/bin/chromium-browser --no-sandbox --version > /etc/chromium-version
31
31
 
32
32
  RUN yarn bundle
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "testeranto",
3
3
  "description": "teeny tiny tightly-typed typescript tests",
4
- "version": "0.79.57",
4
+ "version": "0.79.58",
5
5
  "engines": {
6
6
  "node": "18.18.0"
7
7
  },