Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/e2e/Dockerfile.repo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.3-bullseye AS build-env
FROM golang:1.20.5-bullseye AS build-env

ARG BRANCH_NAME

Expand All @@ -14,7 +14,7 @@ RUN git checkout ${BRANCH_NAME}

RUN make build

FROM golang:1.20.3-bullseye
FROM golang:1.20.5-bullseye

RUN apt-get update \
&& apt-get install jq=1.6-2.1 -y --no-install-recommends \
Expand Down