Skip to content
This repository has been archived by the owner on Jan 21, 2019. It is now read-only.

Update default versions #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
CCG_PROJECT=devpi
DOCKER_DEVPI_SERVER_VERSION=4.5.0
DOCKER_DEVPI_CLIENT_VERSION=4.0.2
DOCKER_DEVPI_WEB_VERSION=3.3.0
DOCKER_DEVPI_SERVER_VERSION=4.8.0
DOCKER_DEVPI_CLIENT_VERSION=4.2.0
DOCKER_DEVPI_WEB_VERSION=3.5.0
DOCKER_ROUTE
BRANCH_NAME
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
FROM python:3.6.5
LABEL maintainer="https://github.com/muccg/"

ARG ARG_DEVPI_SERVER_VERSION=4.5.0
ARG ARG_DEVPI_WEB_VERSION=3.3.0
ARG ARG_DEVPI_CLIENT_VERSION=4.0.2
ARG ARG_DEVPI_SERVER_VERSION=4.8.0
ARG ARG_DEVPI_WEB_VERSION=3.5.0
ARG ARG_DEVPI_CLIENT_VERSION=4.2.0

ENV DEVPI_SERVER_VERSION $ARG_DEVPI_SERVER_VERSION
ENV DEVPI_WEB_VERSION $ARG_DEVPI_WEB_VERSION
Expand Down