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

Commit 628e928

Browse files
caesarbellCaesar Bell
andauthored
Update Dockerfile for release (#1056)
* Update Dockerfile for release * 🔖 Updates Dockfile and Dockerfile.local to have the same parser and front-end tag --------- Co-authored-by: Caesar Bell <[email protected]>
1 parent 16832bc commit 628e928

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.8
26-
ARG SNOOTY_FRONTEND_VERSION=0.16.16
25+
ARG SNOOTY_PARSER_VERSION=0.16.9
26+
ARG SNOOTY_FRONTEND_VERSION=0.16.17
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.7=8
5-
ARG SNOOTY_FRONTEND_VERSION=0.16.15
4+
ARG SNOOTY_PARSER_VERSION=0.16.9
5+
ARG SNOOTY_FRONTEND_VERSION=0.16.17
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)