Skip to content

Commit ff14e35

Browse files
Saving new files for 25.10.1.3-c
1 parent 9ded62f commit ff14e35

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

repo-integrations/wss-ghe-app/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mend/base-repo-controller:25.10.1.2
1+
FROM mend/base-repo-controller:25.10.1.3-c
22

33
ARG USER_NAME=user
44
ARG USER_ID=1542

repo-integrations/wss-remediate/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mend/base-repo-remediate:25.10.1.2
1+
FROM mend/base-repo-remediate:25.10.1.3-c
22

33
# The containerbase supports custom user but Renovate requires ubuntu
44
ARG USER_NAME=ubuntu

repo-integrations/wss-scanner/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mend/base-repo-scanner:25.10.1.2
1+
FROM mend/base-repo-scanner:25.10.1.3-c
22

33
ARG USER_NAME=wss-scanner
44
ARG USER_ID=1000
@@ -32,7 +32,7 @@ ENV PATH=$PATH:/psb/bin/
3232
# Download the mend sca tool
3333
#--build-arg $SCA_TOOL_URL=URL
3434
USER 0
35-
ARG SCA_TOOL_URL=https://downloads.mend.io/production/sca/sca-wrapper/25.9.1.1/linux_amd64/sca-wrapper
35+
ARG SCA_TOOL_URL=https://downloads.mend.io/production/sca/sca-wrapper/25.10.1.1/linux_amd64/sca-wrapper
3636
RUN echo "Downloading Mend SCA tool [$SCA_TOOL_URL]"
3737
RUN curl $SCA_TOOL_URL --create-dirs -o /sca-wrapper/bin/sca-wrapper && chmod 0777 -R /sca-wrapper
3838
ENV MEND_SCA_BIN_DIR=/sca-wrapper/bin

repo-integrations/wss-scanner/docker/Dockerfilefull

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mend/base-repo-scanner:25.10.1.2-full
1+
FROM mend/base-repo-scanner:25.10.1.3-c-full
22

33
ARG USER_NAME=wss-scanner
44
ARG USER_ID=1000
@@ -25,7 +25,7 @@ ENV PATH=$PATH:/psb/bin/
2525
# Download the mend sca tool
2626
#--build-arg $SCA_TOOL_URL=URL
2727
USER 0
28-
ARG SCA_TOOL_URL=https://downloads.mend.io/production/sca/sca-wrapper/25.9.1.1/linux_amd64/sca-wrapper
28+
ARG SCA_TOOL_URL=https://downloads.mend.io/production/sca/sca-wrapper/25.10.1.1/linux_amd64/sca-wrapper
2929
RUN echo "Downloading Mend SCA tool [$SCA_TOOL_URL]"
3030
RUN curl $SCA_TOOL_URL --create-dirs -o /sca-wrapper/bin/sca-wrapper && chmod 0775 -R /sca-wrapper
3131
ENV MEND_SCA_BIN_DIR=/sca-wrapper/bin

0 commit comments

Comments
 (0)