Compare commits

..

1 Commits
2.9.2 ... 2.9.3

Author SHA1 Message Date
Dave Conroy
1df66853fb Release 2.9.3 - See CHANGELOG.md 2021-11-24 09:53:49 -08:00
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
## 2.9.3 2021-11-24 <dave at tiredofit dot ca>
### Added
- Alpine 3.15 base
## 2.9.2 2021-10-22 <teenigma@github>
### Fixed

View File

@@ -1,4 +1,4 @@
FROM docker.io/tiredofit/alpine:3.14
FROM docker.io/tiredofit/alpine:3.15
### Set Environment Variables
ENV MSSQL_VERSION=17.8.1.1-1 \