Skip to content

Commit

Permalink
update golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
novda committed May 28, 2024
1 parent d960149 commit 901b66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ RUN --mount=type=cache,target=/root/.cache/pip/http-v2 \
-r /tmp/cvat/requirements/${CVAT_CONFIGURATION}.txt \
-w /tmp/wheelhouse

FROM golang:1.20.5 AS build-smokescreen
FROM golang:1.22.3 AS build-smokescreen

RUN git clone --depth=1 https://github.com/stripe/smokescreen.git
RUN cd smokescreen && go build -o /tmp/smokescreen
Expand Down

0 comments on commit 901b66a

Please sign in to comment.