Skip to content

Commit 0283fa4

Browse files
Update autobuilder version number
1 parent 66f657e commit 0283fa4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile.local

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM arm64v8/ubuntu:20.04 as initial
22
ARG NPM_BASE_64_AUTH
33
ARG NPM_EMAIL
4-
ARG SNOOTY_PARSER_VERSION=0.18.7
5-
ARG SNOOTY_FRONTEND_VERSION=0.18.11
4+
ARG SNOOTY_PARSER_VERSION=0.18.8
5+
ARG SNOOTY_FRONTEND_VERSION=0.18.12
66
ARG MUT_VERSION=0.11.4
7-
ARG REDOC_CLI_VERSION=1.3.3
7+
ARG REDOC_CLI_VERSION=1.3.4
88
ARG NPM_BASE_64_AUTH
99
ARG NPM_EMAIL
1010
ARG WORK_DIRECTORY=/home/docsworker-xlarge

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workerpool",
3-
"version": "1.5.41",
3+
"version": "1.5.42",
44
"description": "Worker Pool Basic Implementation",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)