From f54eaa08cb7262e811a4e2519708b5e153cdfae0 Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:31:16 -0400 Subject: [PATCH] Update Dockerfile with Parser and Fronted Versions --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 06a0fd6a9..b55a1a797 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,8 @@ RUN cd ./modules/oas-page-builder \ # where repo work will happen FROM ubuntu:20.04 ARG WORK_DIRECTORY=/home/docsworker-xlarge -ARG SNOOTY_PARSER_VERSION=0.18.4 -ARG SNOOTY_FRONTEND_VERSION=0.18.7 +ARG SNOOTY_PARSER_VERSION=0.18.5 +ARG SNOOTY_FRONTEND_VERSION=0.18.8 ARG MUT_VERSION=0.11.4 ARG REDOC_CLI_VERSION=1.3.0 ARG NPM_BASE_64_AUTH