Skip to content

Commit 9e7f85f

Browse files
authored
update the Dockerfiles to reference the latest Snooty frontend version (#1079)
update the Dockerfiles to point to the latest snooty frontend version
1 parent 860df9a commit 9e7f85f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
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.11
26-
ARG SNOOTY_FRONTEND_VERSION=0.18.15-b
26+
ARG SNOOTY_FRONTEND_VERSION=0.18.16
2727
ARG MUT_VERSION=0.11.4
2828
ARG REDOC_CLI_VERSION=1.3.4
2929
ARG NPM_BASE_64_AUTH

Dockerfile.local

+1-1
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.11
5-
ARG SNOOTY_FRONTEND_VERSION=0.18.15-b
5+
ARG SNOOTY_FRONTEND_VERSION=0.18.16
66
ARG MUT_VERSION=0.11.4
77
ARG REDOC_CLI_VERSION=1.3.4
88
ARG NPM_BASE_64_AUTH

0 commit comments

Comments
 (0)