Skip to content

Commit b41a22f

Browse files
build(deps): Update mysql and postgres drivers of the docker image (#7429)
1 parent 7e64ff3 commit b41a22f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN "$JAVA_HOME/bin/jlink" --compress=2 --module-path /opt/java/openjdk/jmods --
77
FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine3.18
88

99
ARG VERSION
10-
ARG POSTGRES_DRIVER_VERSION=42.2.19
11-
ARG MYSQL_DRIVER_VERSION=8.0.23
10+
ARG POSTGRES_DRIVER_VERSION= 42.7.5
11+
ARG MYSQL_DRIVER_VERSION=9.2.0
1212
ARG UID=1000
1313
ARG GID=1000
1414

0 commit comments

Comments
 (0)