Skip to content

Commit a250041

Browse files
committed
Bump the docker image version to pickup latest from builds.
1 parent d0d11be commit a250041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
networks: [test-net]
1010

1111
fdbserver:
12-
image: fdb-standalone:0.0.2
12+
image: fdb-standalone:0.0.3
1313
build:
1414
context: fdbserver
1515
environment:

docker/fdbserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG FDB_VERSION=6.1.7
22

33
FROM foundationdb/foundationdb:$FDB_VERSION
4-
LABEL version=0.0.2
4+
LABEL version=0.0.3
55

66
COPY local_fdb.bash /var/fdb/scripts/
77

0 commit comments

Comments
 (0)