From 9e7f85f33271e7087224ce14b3c5d6bfd090e1a6 Mon Sep 17 00:00:00 2001 From: Caesar Bell Date: Wed, 22 Jan 2025 09:26:01 -0800 Subject: [PATCH] update the Dockerfiles to reference the latest Snooty frontend version (#1079) update the Dockerfiles to point to the latest snooty frontend version --- Dockerfile | 2 +- Dockerfile.local | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cdf7b325d..9da75b6c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN cd ./modules/oas-page-builder \ FROM ubuntu:20.04 ARG WORK_DIRECTORY=/home/docsworker-xlarge ARG SNOOTY_PARSER_VERSION=0.18.11 -ARG SNOOTY_FRONTEND_VERSION=0.18.15-b +ARG SNOOTY_FRONTEND_VERSION=0.18.16 ARG MUT_VERSION=0.11.4 ARG REDOC_CLI_VERSION=1.3.4 ARG NPM_BASE_64_AUTH diff --git a/Dockerfile.local b/Dockerfile.local index 17837db79..fa406e847 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -2,7 +2,7 @@ FROM arm64v8/ubuntu:20.04 as initial ARG NPM_BASE_64_AUTH ARG NPM_EMAIL ARG SNOOTY_PARSER_VERSION=0.18.11 -ARG SNOOTY_FRONTEND_VERSION=0.18.15-b +ARG SNOOTY_FRONTEND_VERSION=0.18.16 ARG MUT_VERSION=0.11.4 ARG REDOC_CLI_VERSION=1.3.4 ARG NPM_BASE_64_AUTH