Skip to content

Commit dc1c8c4

Browse files
Bump golang in /api/query/cache/service (#3363)
Bumps golang from 1.20.4-bullseye to 1.20.5-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 129d762 commit dc1c8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/query/cache/service/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Production deployment spec for query cache service.
22

33
# Base golang 1.20.1 image.
4-
FROM golang:1.20.4-bullseye as builder
4+
FROM golang:1.20.5-bullseye as builder
55

66
RUN apt-get update
77
RUN apt-get install -qy --no-install-suggests git

0 commit comments

Comments
 (0)