Skip to content

Commit

Permalink
Install ca-certificate for publish docker container and Update versio…
Browse files Browse the repository at this point in the history
…n - v1.2.0 (#629)

Signed-off-by: Taras Drozdovskyi <[email protected]>
  • Loading branch information
tdrozdovsky authored Sep 29, 2022
1 parent 12900ef commit 493fecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.17
1.2.0
2 changes: 1 addition & 1 deletion configs/defdockerfiles/ubuntu_multistage
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY . .

# install required tools
RUN apt update
RUN apt install -y wget build-essential git
RUN apt install -y wget build-essential ca-certificates git
RUN script/install-golang.sh
ARG TARGETVERSION
RUN make buildx_binary VERSION=$TARGETVERSION
Expand Down

0 comments on commit 493fecb

Please sign in to comment.