Skip to content

Commit 4888ae7

Browse files
committed
Updates to version 4.0.0
1 parent 813fa5b commit 4888ae7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22-alpine as builder
1+
FROM golang:1.23-alpine as builder
22

33
RUN apk --no-cache add g++ gcc make cmake git nano libcurl python3 python3-dev \
44
curl bash curl-dev linux-headers sqlite-dev sed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.5.0
1+
v4.0.0

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: trueblockscore
33
# UPDATE_DOCKER_BUILD_VERSION
44
services:
55
core:
6-
image: trueblocks/core:v3.0.0-release
6+
image: trueblocks/core:v4.0.0
77
build: ./
88
env_file: .env
99
ports:

0 commit comments

Comments
 (0)