We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129d762 commit dc1c8c4Copy full SHA for dc1c8c4
api/query/cache/service/Dockerfile
@@ -1,7 +1,7 @@
1
# Production deployment spec for query cache service.
2
3
# Base golang 1.20.1 image.
4
-FROM golang:1.20.4-bullseye as builder
+FROM golang:1.20.5-bullseye as builder
5
6
RUN apt-get update
7
RUN apt-get install -qy --no-install-suggests git
0 commit comments