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

Commit b505e30

Browse files
committed
update to v1.5.26
1 parent 01c3a39 commit b505e30

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ 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.16.15
26-
ARG SNOOTY_FRONTEND_VERSION=0.16.28
25+
ARG SNOOTY_PARSER_VERSION=0.17.0
26+
ARG SNOOTY_FRONTEND_VERSION=0.17.0
2727
ARG MUT_VERSION=0.11.4
2828
ARG REDOC_CLI_VERSION=1.2.3
2929
ARG NPM_BASE_64_AUTH

Dockerfile.local

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM arm64v8/ubuntu:20.04 as initial
22
ARG NPM_BASE_64_AUTH
33
ARG NPM_EMAIL
4-
ARG SNOOTY_PARSER_VERSION=0.16.15
5-
ARG SNOOTY_FRONTEND_VERSION=0.16.28
4+
ARG SNOOTY_PARSER_VERSION=0.17.0
5+
ARG SNOOTY_FRONTEND_VERSION=0.17.0
66
ARG MUT_VERSION=0.11.4
77
ARG REDOC_CLI_VERSION=1.2.3
88
ARG NPM_BASE_64_AUTH

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.23",
3+
"version": "1.5.26",
44
"description": "Worker Pool Basic Implementation",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)