Skip to content

Commit

Permalink
test/e2e: use go 1.21.4 in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Raneet10 committed Nov 28, 2023
1 parent f88b324 commit b3b70f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# We need to build in a Linux environment to support C libraries, e.g. RocksDB.
# We use Debian instead of Alpine, so that we can use binary database packages
# instead of spending time compiling them.
FROM golang:1.20-bullseye
FROM golang:1.21.4-bullseye

RUN apt-get -qq update -y && apt-get -qq upgrade -y >/dev/null
RUN apt-get -qq install -y libleveldb-dev librocksdb-dev >/dev/null
Expand Down

0 comments on commit b3b70f3

Please sign in to comment.