Skip to content

Commit

Permalink
Bumps version to v0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Dec 22, 2022
1 parent 427f82f commit ad229b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ WORKDIR /root
# ARG UPSTREAM_VER=feature/docker-version
# ADD https://api.github.com/repos/TrueBlocks/trueblocks-core/git/refs/heads/$UPSTREAM_VER version.json

ARG UPSTREAM_VER=v0.45.0-beta
ARG UPSTREAM_VER=v0.50.0-beta
# ARG UPSTREAM_VER=develop
RUN git clone -b "${UPSTREAM_VER}" --single-branch --progress --depth 1 \
https://github.com/TrueBlocks/trueblocks-core.git && \
cd trueblocks-core && \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: TrueBlocksCore

services:
core:
image: trueblocks/core:v0.45.0-beta
image: trueblocks/core:v0.50.0-beta
build: ./
env_file: .env
ports:
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

VERSION=v0.45.0-beta
VERSION=v0.50.0-beta
docker build . --tag trueblocks/core:$VERSION

0 comments on commit ad229b5

Please sign in to comment.