-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sqlserver): bump to 2022-CU13 (#16)
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM mcr.microsoft.com/mssql/server:2022-CU4-ubuntu-20.04 | ||
FROM mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-20.04 | ||
|
||
# OCI annotations to image | ||
LABEL org.opencontainers.image.authors="Bonita R&D Engine Team <[email protected]>" \ | ||
|
@@ -9,13 +9,13 @@ LABEL org.opencontainers.image.authors="Bonita R&D Engine Team <rd.engine@bonita | |
org.opencontainers.image.vendor="Bonitasoft" \ | ||
org.opencontainers.image.url="https://www.bonitasoft.com/" \ | ||
org.opencontainers.image.licenses="GPL-2.0" \ | ||
org.opencontainers.image.version="2022-CU4" | ||
org.opencontainers.image.version="2022-CU13" | ||
|
||
ENV ACCEPT_EULA Y | ||
ENV MSSQL_SA_PASSWORD DeLorean1985 | ||
ENV MSSQL_RPC_PORT 135 | ||
ENV MSSQL_DTC_TCP_PORT 51000 | ||
ENV MSSQL_PID Express | ||
ENV ACCEPT_EULA=Y | ||
ENV MSSQL_SA_PASSWORD=DeLorean1985 | ||
ENV MSSQL_RPC_PORT=135 | ||
ENV MSSQL_DTC_TCP_PORT=51000 | ||
ENV MSSQL_PID=Express | ||
|
||
# change active user to root | ||
USER root | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters