Skip to content

Commit

Permalink
Update Dockerfile for v0.16.0 parser/front-end
Browse files Browse the repository at this point in the history
  • Loading branch information
schmalliso authored Feb 15, 2024
1 parent cce68b0 commit 8f8402c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ 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.15.2
ARG SNOOTY_FRONTEND_VERSION=0.15.7
ARG MUT_VERSION=0.10.7
ARG SNOOTY_PARSER_VERSION=0.16.0
ARG SNOOTY_FRONTEND_VERSION=0.16.0
ARG MUT_VERSION=0.11.0
ARG REDOC_CLI_VERSION=1.2.3
ARG NPM_BASE_64_AUTH
ARG NPM_EMAIL
Expand Down

0 comments on commit 8f8402c

Please sign in to comment.