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

build: Update pyrsistent to fix Dockerfile.deploy (PROJQUAY-3125) #1079

Merged
merged 1 commit into from Feb 1, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -100,7 +100,7 @@ RUN set -ex\
# Config-tool builds the go binary in the configtool.
FROM docker.io/library/golang:1.15 as config-tool
WORKDIR /go/src/config-tool
ARG CONFIGTOOL_VERSION=v0.1.9
ARG CONFIGTOOL_VERSION=v0.1.10
RUN curl -fsSL "https://github.com/quay/config-tool/archive/${CONFIGTOOL_VERSION}.tar.gz"\
| tar xz --strip-components=1 --exclude '*/pkg/lib/editor/static/build'
COPY --from=config-editor /build/static/build /go/src/config-tool/pkg/lib/editor/static/build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.deploy
Expand Up @@ -98,7 +98,7 @@ RUN set -ex\
# Config-tool builds the go binary in the configtool.
FROM registry.redhat.io/rhel8/go-toolset:1.15 as config-tool
WORKDIR /opt/app-root/src
ARG CONFIGTOOL_VERSION=v0.1.9
ARG CONFIGTOOL_VERSION=v0.1.10
RUN curl -fsSL "https://github.com/quay/config-tool/archive/${CONFIGTOOL_VERSION}.tar.gz"\
| tar xz --strip-components=1 --exclude '*/pkg/lib/editor/static/build'
COPY --from=config-editor /build/static/build /opt/app-root/src/pkg/lib/editor/static/build
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -94,7 +94,7 @@ PyMySQL==0.9.3
pyOpenSSL==19.1.0
pyparsing==2.4.6
PyPDF2==1.26.0
pyrsistent==0.18.1
pyrsistent==0.18.0
python-dateutil==2.8.1
python-editor==1.0.4
python-gitlab==2.0.0
Expand Down