Skip to content

Commit

Permalink
update mut version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
seungpark committed Apr 11, 2024
1 parent 72388df commit 0cb298a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FROM ubuntu:20.04
ARG WORK_DIRECTORY=/home/docsworker-xlarge
ARG SNOOTY_PARSER_VERSION=0.16.5
ARG SNOOTY_FRONTEND_VERSION=0.16.9
ARG MUT_VERSION=0.11.1
ARG MUT_VERSION=0.11.2
ARG REDOC_CLI_VERSION=1.2.3
ARG NPM_BASE_64_AUTH
ARG NPM_EMAIL
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG NPM_BASE_64_AUTH
ARG NPM_EMAIL
ARG SNOOTY_PARSER_VERSION=0.16.5
ARG SNOOTY_FRONTEND_VERSION=0.16.9
ARG MUT_VERSION=0.10.7
ARG MUT_VERSION=0.11.2
ARG REDOC_CLI_VERSION=1.2.3
ARG NPM_BASE_64_AUTH
ARG NPM_EMAIL
Expand Down

0 comments on commit 0cb298a

Please sign in to comment.