File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- FROM alpine:3.21 as alpine
1+ FROM alpine:3.22 as alpine
22RUN apk add -U --no-cache ca-certificates
33
4- FROM alpine:3.21
4+ FROM alpine:3.22
55ENV GODEBUG netdns=go
66ENV 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
3333RUN mv ./jf /usr/local/bin/jf
3434RUN chmod +x /usr/local/bin/jf
3535
Original file line number Diff line number Diff line change 1- FROM arm64v8/alpine:3.21 as alpine
1+ FROM arm64v8/alpine:3.22 as alpine
22RUN apk add -U --no-cache ca-certificates
33
4- FROM arm64v8/alpine:3.21
4+ FROM arm64v8/alpine:3.22
55ENV GODEBUG netdns=go
66ENV 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
3333RUN mv ./jf /usr/local/bin/jf
3434RUN chmod +x /usr/local/bin/jf
3535
You can’t perform that action at this time.
0 commit comments