Unverified Commit 04d2ccaa authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub
Browse files

housekeeping: Update golang Docker tag to v1.17 (#1704)

parent c927bbbc
Showing with 1 addition and 1 deletion
+1 -1
......@@ -7,7 +7,7 @@ COPY Makefile .
RUN make frontend
# Backend build.
FROM golang:1.16-buster as gobuild
FROM golang:1.17-buster as gobuild
WORKDIR /go/src/github.com/lyft/clutch
COPY ./backend ./backend
COPY Makefile .
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment