Skip to content

Commit 13384b5

Browse files
authored
build(deps): Bump container-packaged Postgres and MySQL drivers to latest versions (#8142)
2 parents c961c80 + 7bdbb5a commit 13384b5

File tree

4 files changed

+2
-26
lines changed

4 files changed

+2
-26
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,6 @@ jobs:
143143
name: archive-snapshot
144144
- name: Set up Docker
145145
uses: docker/setup-docker-action@v4
146-
with:
147-
daemon-config: |
148-
{
149-
"debug": true,
150-
"features": {
151-
"containerd-snapshotter": true
152-
}
153-
}
154146
- name: Set up Docker Buildx
155147
uses: docker/setup-buildx-action@v3
156148
- name: Build Docker Image

.github/workflows/pull_requests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,6 @@ jobs:
181181
name: archive-snapshot
182182
- name: Set up Docker
183183
uses: docker/setup-docker-action@v4
184-
with:
185-
daemon-config: |
186-
{
187-
"debug": true,
188-
"features": {
189-
"containerd-snapshotter": true
190-
}
191-
}
192184
- name: Set up Docker Buildx
193185
uses: docker/setup-buildx-action@v3
194186
- name: Build Docker Image

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,6 @@ jobs:
151151
name: archive-release
152152
- name: Set up Docker
153153
uses: docker/setup-docker-action@v4
154-
with:
155-
daemon-config: |
156-
{
157-
"debug": true,
158-
"features": {
159-
"containerd-snapshotter": true
160-
}
161-
}
162154
- name: Set up Docker Buildx
163155
uses: docker/setup-buildx-action@v3
164156
- name: Build Docker Image

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=zip-6 --module-path /opt/java/openjdk/jmod
77
FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine3.22
88

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

0 commit comments

Comments
 (0)