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

Commit

Permalink
Prepare version 1.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewelinagr committed Sep 13, 2019
1 parent a6ed0cf commit b51e4e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
@@ -1,6 +1,6 @@
FROM openjdk:8-jre-alpine

ARG GB_BACKEND_VERSION="1.0.0"
ARG GB_BACKEND_VERSION="1.0.1"

ENV GB_BACKEND_WAR_URL https://repo.thehyve.nl/content/repositories/releases/nl/thehyve/gb-backend/${GB_BACKEND_VERSION}/gb-backend-${GB_BACKEND_VERSION}.war

Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Expand Up @@ -43,7 +43,7 @@ Publish the image to [Docker Hub](https://hub.docker.com/r/thehyve/glowing-bear-

```bash
docker login
GB_BACKEND_VERSION="1.0.0"
GB_BACKEND_VERSION="1.0.1"
docker tag glowing-bear-backend "thehyve/glowing-bear-backend:${GB_BACKEND_VERSION}"
docker push "thehyve/glowing-bear-backend:${GB_BACKEND_VERSION}"
```
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Expand Up @@ -14,7 +14,7 @@ services:

gb-backend:
container_name: gb-backend
image: thehyve/glowing-bear-backend:1.0.0
image: thehyve/glowing-bear-backend:1.0.1
ports:
- 8083:8083
environment:
Expand Down

0 comments on commit b51e4e1

Please sign in to comment.