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

Commit 602c268

Browse files
authored
Use new snooty patch, v0.18.1 (#1070)
use new snooty patch, v0.18.1
1 parent 346af52 commit 602c268

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN cd ./modules/oas-page-builder \
2323
FROM ubuntu:20.04
2424
ARG WORK_DIRECTORY=/home/docsworker-xlarge
2525
ARG SNOOTY_PARSER_VERSION=0.18.0
26-
ARG SNOOTY_FRONTEND_VERSION=0.18.0
26+
ARG SNOOTY_FRONTEND_VERSION=0.18.1
2727
ARG MUT_VERSION=0.11.4
2828
ARG REDOC_CLI_VERSION=1.3.0
2929
ARG NPM_BASE_64_AUTH

Dockerfile.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM arm64v8/ubuntu:20.04 as initial
22
ARG NPM_BASE_64_AUTH
33
ARG NPM_EMAIL
44
ARG SNOOTY_PARSER_VERSION=0.18.0
5-
ARG SNOOTY_FRONTEND_VERSION=0.18.0
5+
ARG SNOOTY_FRONTEND_VERSION=0.18.1
66
ARG MUT_VERSION=0.11.4
77
ARG REDOC_CLI_VERSION=1.3.0
88
ARG NPM_BASE_64_AUTH

0 commit comments

Comments
 (0)