Skip to content

Commit

Permalink
Update DSE agent in DSE images
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 committed Sep 3, 2024
1 parent 6c45560 commit 16c59a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dse/Dockerfile-dse6.8.jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG URL_PREFIX=https://downloads.datastax.com/enterprise
ARG TARBALL=dse-${DSE_VERSION}-bin.tar.gz
ARG DOWNLOAD_URL=${URL_PREFIX}/${TARBALL}

ARG DSE_AGENT_VERSION=6.8.37
ARG DSE_AGENT_VERSION=6.8.39
ARG DSE_AGENT_TARBALL=datastax-agent-${DSE_AGENT_VERSION}.tar.gz
ARG DSE_AGENT_DOWNLOAD_URL=${URL_PREFIX}/${DSE_AGENT_TARBALL}

Expand Down
2 changes: 1 addition & 1 deletion dse/Dockerfile-dse6.8.jdk8
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG URL_PREFIX=https://downloads.datastax.com/enterprise
ARG TARBALL=dse-${DSE_VERSION}-bin.tar.gz
ARG DOWNLOAD_URL=${URL_PREFIX}/${TARBALL}

ARG DSE_AGENT_VERSION=6.8.37
ARG DSE_AGENT_VERSION=6.8.39
ARG DSE_AGENT_TARBALL=datastax-agent-${DSE_AGENT_VERSION}.tar.gz
ARG DSE_AGENT_DOWNLOAD_URL=${URL_PREFIX}/${DSE_AGENT_TARBALL}

Expand Down
2 changes: 1 addition & 1 deletion dse/Dockerfile-dse6.9.jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG URL_PREFIX=https://downloads.datastax.com/enterprise
ARG TARBALL=dse-${DSE_VERSION}-bin.tar.gz
ARG DOWNLOAD_URL=${URL_PREFIX}/${TARBALL}

ARG DSE_AGENT_VERSION=6.8.37
ARG DSE_AGENT_VERSION=6.8.39
ARG DSE_AGENT_TARBALL=datastax-agent-${DSE_AGENT_VERSION}.tar.gz
ARG DSE_AGENT_DOWNLOAD_URL=${URL_PREFIX}/${DSE_AGENT_TARBALL}

Expand Down

0 comments on commit 16c59a7

Please sign in to comment.