Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Release version 0.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijskant committed Jul 8, 2020
1 parent e34b435 commit eaad03c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.6-slim

ARG TRANSMART_PACKER_VERSION="0.4.2"
ARG TRANSMART_PACKER_VERSION="0.4.3"

ENV PYTHONUNBUFFERED 1
ENV LOG_CFG docker-logging.yaml
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- redis-data:/data

transmart-packer-webapp:
image: thehyve/transmart-packer:${TRANSMART_PACKER_VERSION:-0.4.2}
image: thehyve/transmart-packer:${TRANSMART_PACKER_VERSION:-0.4.3}
command: ['transmart-packer']
ports:
- 8999:8999
Expand All @@ -29,7 +29,7 @@ services:
- ./ssl/certs.pem:/ssl/certs.pem

transmart-packer-worker:
image: thehyve/transmart-packer:${TRANSMART_PACKER_VERSION:-0.4.2}
image: thehyve/transmart-packer:${TRANSMART_PACKER_VERSION:-0.4.3}
command: ['celery', '-A', 'packer.tasks', 'worker', '-c', '4', '--loglevel', 'info']
depends_on:
- redis
Expand Down
2 changes: 1 addition & 1 deletion packer/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.2'
__version__ = '0.4.3'

0 comments on commit eaad03c

Please sign in to comment.