Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mut versions in Dockerfiles #910

Merged
merged 5 commits into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.14.8
ARG SNOOTY_FRONTEND_VERSION=0.14.14
ARG MUT_VERSION=0.10.3
ARG MUT_VERSION=0.10.6
ARG REDOC_CLI_VERSION=1.2.2
ARG NPM_BASE_64_AUTH
ARG NPM_EMAIL
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.enhanced
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.14.8
ARG SNOOTY_FRONTEND_VERSION=0.14.14
ARG MUT_VERSION=0.10.5
ARG MUT_VERSION=0.10.6
ARG REDOC_CLI_VERSION=1.2.0
ARG NPM_BASE_64_AUTH
ARG NPM_EMAIL
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.legacy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# The solution is probably to switch to Ubuntu 22.04 at that point, which is supported until 2027.
FROM node:14-bullseye-slim

ARG MUT_VERSION=0.10.3
ARG MUT_VERSION=0.10.6

ENV PATH="${PATH}:/opt/mut"

Expand Down
Loading