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

Commit f104403

Browse files
committed
Update Dockerfile
1 parent 6180699 commit f104403

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.16.5
26-
ARG SNOOTY_FRONTEND_VERSION=0.16.9
25+
ARG SNOOTY_PARSER_VERSION=0.16.6
26+
ARG SNOOTY_FRONTEND_VERSION=0.16.10
2727
ARG MUT_VERSION=0.11.2
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.5
5-
ARG SNOOTY_FRONTEND_VERSION=0.16.9
4+
ARG SNOOTY_PARSER_VERSION=0.16.6
5+
ARG SNOOTY_FRONTEND_VERSION=0.16.10
66
ARG MUT_VERSION=0.11.2
77
ARG REDOC_CLI_VERSION=1.2.3
88
ARG NPM_BASE_64_AUTH

0 commit comments

Comments
 (0)