Skip to content

Commit

Permalink
Bump frontend and mut versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rayangler committed Jun 21, 2024
1 parent 60bb7fa commit 8aff996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RUN cd ./modules/oas-page-builder \
FROM ubuntu:20.04
ARG WORK_DIRECTORY=/home/docsworker-xlarge
ARG SNOOTY_PARSER_VERSION=0.16.10
ARG SNOOTY_FRONTEND_VERSION=0.16.19
ARG MUT_VERSION=0.11.2
ARG SNOOTY_FRONTEND_VERSION=0.16.20
ARG MUT_VERSION=0.11.3
ARG REDOC_CLI_VERSION=1.2.3
ARG NPM_BASE_64_AUTH
ARG NPM_EMAIL
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM arm64v8/ubuntu:20.04 as initial
ARG NPM_BASE_64_AUTH
ARG NPM_EMAIL
ARG SNOOTY_PARSER_VERSION=0.16.10
ARG SNOOTY_FRONTEND_VERSION=0.16.19
ARG MUT_VERSION=0.11.2
ARG SNOOTY_FRONTEND_VERSION=0.16.20
ARG MUT_VERSION=0.11.3
ARG REDOC_CLI_VERSION=1.2.3
ARG NPM_BASE_64_AUTH
ARG NPM_EMAIL
Expand Down

0 comments on commit 8aff996

Please sign in to comment.