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

Commit 2f6bd13

Browse files
committed
Prepare release 1.0.3.
1 parent fd3bb82 commit 2f6bd13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM openjdk:8-jre-alpine
22

3-
ARG GB_BACKEND_VERSION="1.0.2"
3+
ARG GB_BACKEND_VERSION="1.0.3"
44

55
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
66

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Publish the image to [Docker Hub](https://hub.docker.com/r/thehyve/glowing-bear-
4343

4444
```bash
4545
docker login
46-
GB_BACKEND_VERSION="1.0.2"
46+
GB_BACKEND_VERSION="1.0.3"
4747
docker tag glowing-bear-backend "thehyve/glowing-bear-backend:${GB_BACKEND_VERSION}"
4848
docker push "thehyve/glowing-bear-backend:${GB_BACKEND_VERSION}"
4949
```

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414

1515
gb-backend:
1616
container_name: gb-backend
17-
image: thehyve/glowing-bear-backend:1.0.2
17+
image: thehyve/glowing-bear-backend:1.0.3
1818
ports:
1919
- 8083:8083
2020
environment:

0 commit comments

Comments
 (0)