Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Dockerfile updates #2556

Merged
merged 1 commit into from
Nov 2, 2022
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
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.18.7
ARG GO_VERSION=1.18.8
ARG PIP_VERSION=21.0.1

###### Agent Build Image ########
Expand All @@ -12,7 +12,7 @@ ARG TARGET_ARCH

ENV PATH=$PATH:/usr/local/go/bin
RUN cd /tmp &&\
wget https://storage.googleapis.com/golang/go${GO_VERSION}.linux-${TARGET_ARCH}.tar.gz &&\
wget https://go.dev/dl/go${GO_VERSION}.linux-${TARGET_ARCH}.tar.gz &&\
tar -C /usr/local -xf go*.tar.gz

ENV GOPATH=/go
Expand Down Expand Up @@ -43,7 +43,7 @@ RUN apt update &&\
apt install -y wget maven

ARG TARGET_ARCH
ARG JDK_VERSION=11.0.16.1_1
ARG JDK_VERSION=11.0.17_8

ENV OPENJDK_BASE_URL="https://github.com/adoptium/temurin11-binaries/releases/download"

Expand Down