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

Commit 57e4b64

Browse files
committed
bumps Dockerfiles to use 0.14.5 parser and 0.14.13 front-end
1 parent e0741c7 commit 57e4b64

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.14.4
26-
ARG SNOOTY_FRONTEND_VERSION=0.14.12
25+
ARG SNOOTY_PARSER_VERSION=0.14.5
26+
ARG SNOOTY_FRONTEND_VERSION=0.14.13
2727
ARG MUT_VERSION=0.10.3
2828
ARG REDOC_CLI_VERSION=1.2.2
2929
ARG NPM_BASE_64_AUTH

Dockerfile.enhanced

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.14.4
26-
ARG SNOOTY_FRONTEND_VERSION=0.14.12
25+
ARG SNOOTY_PARSER_VERSION=0.14.5
26+
ARG SNOOTY_FRONTEND_VERSION=0.14.13
2727
ARG MUT_VERSION=0.10.5
2828
ARG REDOC_CLI_VERSION=1.2.0
2929
ARG NPM_BASE_64_AUTH

0 commit comments

Comments
 (0)