Skip to content

Commit e83abc2

Browse files
Merge pull request #5 from drone-plugins/CI-20217
feat: [CI-20217]: Update alpine and jfrog version for fix vulns
2 parents d3e773e + 0b276f4 commit e83abc2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docker/Dockerfile.linux.amd64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM alpine:3.21 as alpine
1+
FROM alpine:3.22 as alpine
22
RUN apk add -U --no-cache ca-certificates
33

4-
FROM alpine:3.21
4+
FROM alpine:3.22
55
ENV GODEBUG netdns=go
66
ENV CI=true
77

@@ -29,7 +29,7 @@ RUN curl -fsSL https://services.gradle.org/distributions/gradle-${GRADLE_VERSION
2929
&& ln -s /opt/gradle/gradle-${GRADLE_VERSION}/bin/gradle /usr/local/bin/gradle
3030

3131
# Install JFrog CLI (latest version with security fixes)
32-
RUN curl -fL https://getcli.jfrog.io/v2-jf | sh /dev/stdin 2.82.0
32+
RUN curl -fL https://getcli.jfrog.io/v2-jf | sh /dev/stdin 2.87.0
3333
RUN mv ./jf /usr/local/bin/jf
3434
RUN chmod +x /usr/local/bin/jf
3535

docker/Dockerfile.linux.arm64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM arm64v8/alpine:3.21 as alpine
1+
FROM arm64v8/alpine:3.22 as alpine
22
RUN apk add -U --no-cache ca-certificates
33

4-
FROM arm64v8/alpine:3.21
4+
FROM arm64v8/alpine:3.22
55
ENV GODEBUG netdns=go
66
ENV CI=true
77

@@ -29,7 +29,7 @@ RUN curl -fsSL https://services.gradle.org/distributions/gradle-${GRADLE_VERSION
2929
&& ln -s /opt/gradle/gradle-${GRADLE_VERSION}/bin/gradle /usr/local/bin/gradle
3030

3131
# Install JFrog CLI
32-
RUN curl -fL https://getcli.jfrog.io/v2-jf | sh /dev/stdin 2.82.0
32+
RUN curl -fL https://getcli.jfrog.io/v2-jf | sh /dev/stdin 2.87.0
3333
RUN mv ./jf /usr/local/bin/jf
3434
RUN chmod +x /usr/local/bin/jf
3535

0 commit comments

Comments
 (0)