Skip to content

Commit 8ebe677

Browse files
committed
Update dependencies
1 parent 5f2e20c commit 8ebe677

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

frameworks/Kotlin/hexagon/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ext {
1414
nettyVersion = "4.1.101.Final"
1515

1616
hikariVersion = "5.1.0"
17-
postgresqlVersion = "42.6.0"
17+
postgresqlVersion = "42.7.0"
1818
vertxVersion = "4.5.0"
1919
cache2kVersion = "2.6.1.Final"
2020

Binary file not shown.

frameworks/Kotlin/hexagon/hexagon-helidon-native.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# BUILD
33
#
4-
FROM ghcr.io/graalvm/native-image-community:21-muslib-ol9 as build
4+
FROM ghcr.io/graalvm/native-image:21-muslib-ol9 as build
55
USER root
66
WORKDIR /hexagon
77

frameworks/Kotlin/hexagon/hexagon-jetty-native.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# BUILD
33
#
4-
FROM ghcr.io/graalvm/native-image-community:21-muslib-ol9 as build
4+
FROM ghcr.io/graalvm/native-image:21-muslib-ol9 as build
55
USER root
66
WORKDIR /hexagon
77

0 commit comments

Comments
 (0)