Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 2184dd4

Browse files
committed
autobuilder v1.5.41: parser 0.18.7, frontend 0.18.11, redoc 1.3.3
1 parent 2c2ba12 commit 2184dd4

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ RUN cd ./modules/oas-page-builder \
2222
# where repo work will happen
2323
FROM ubuntu:20.04
2424
ARG WORK_DIRECTORY=/home/docsworker-xlarge
25-
ARG SNOOTY_PARSER_VERSION=0.18.6
26-
ARG SNOOTY_FRONTEND_VERSION=0.18.10
25+
ARG SNOOTY_PARSER_VERSION=0.18.7
26+
ARG SNOOTY_FRONTEND_VERSION=0.18.11
2727
ARG MUT_VERSION=0.11.4
28-
ARG REDOC_CLI_VERSION=1.3.1
28+
ARG REDOC_CLI_VERSION=1.3.3
2929
ARG NPM_BASE_64_AUTH
3030
ARG NPM_EMAIL
3131
ENV DEBIAN_FRONTEND=noninteractive

Dockerfile.local

Lines changed: 3 additions & 3 deletions
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.6
5-
ARG SNOOTY_FRONTEND_VERSION=0.18.10
4+
ARG SNOOTY_PARSER_VERSION=0.18.7
5+
ARG SNOOTY_FRONTEND_VERSION=0.18.11
66
ARG MUT_VERSION=0.11.4
7-
ARG REDOC_CLI_VERSION=1.3.1
7+
ARG REDOC_CLI_VERSION=1.3.3
88
ARG NPM_BASE_64_AUTH
99
ARG NPM_EMAIL
1010
ARG WORK_DIRECTORY=/home/docsworker-xlarge

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)