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 almalinux:9.2 -minimal
1
+ FROM almalinux:9.3 -minimal
2
2
3
3
LABEL maintainer="AppThreat" \
4
4
org.opencontainers.image.authors=
"Team AppThreat <[email protected] >" \
@@ -13,12 +13,12 @@ LABEL maintainer="AppThreat" \
13
13
14
14
ARG TARGETPLATFORM
15
15
ARG JAVA_VERSION=21.0.1-graalce
16
- ARG SBT_VERSION=1.9.7
17
- ARG MAVEN_VERSION=3.9.5
18
- ARG GRADLE_VERSION=8.3
16
+ ARG SBT_VERSION=1.9.8
17
+ ARG MAVEN_VERSION=3.9.6
18
+ ARG GRADLE_VERSION=8.5
19
19
ARG NYDUS_VERSION=2.2.4
20
20
ENV GOPATH=/opt/app-root/go \
21
- GO_VERSION=1.21.1 \
21
+ GO_VERSION=1.21.5 \
22
22
JAVA_VERSION=$JAVA_VERSION \
23
23
SBT_VERSION=$SBT_VERSION \
24
24
MAVEN_VERSION=$MAVEN_VERSION \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = [
6
6
{
name =
" Team AppThreat" ,
email =
" [email protected] " },
7
7
]
8
8
dependencies = [
9
- " appthreat-vulnerability-db>=5.5.5 " ,
9
+ " appthreat-vulnerability-db>=5.5.6 " ,
10
10
" defusedxml" ,
11
11
" oras" ,
12
12
" PyYAML" ,
You can’t perform that action at this time.
0 commit comments