https://github.com/actions/runner-images/releases/tag/ubuntu22%
2F20240915.1 broke mssql.
https://github.com/microsoft/mssql-docker/issues/868 fits the kernel upgrade.
this commit switches from 2017-GA to 2022-CU12, which unbreaks the build
(cherry picked from commit
0b805ddebc3e14f78effa44ebf06377c593276ed)
env: {}
ports: []
- backend: godbc_mssql
- image: mcr.microsoft.com/mssql/server:2017-GA-ubuntu
+ image: mcr.microsoft.com/mssql/server:2022-CU12-ubuntu-22.04
env:
ACCEPT_EULA: Y
SA_PASSWORD: 'SAsa12%%-not-a-secret-password'