Release 2.9.3 - See CHANGELOG.md

This commit is contained in:
Dave Conroy
2021-11-24 09:53:49 -08:00
parent c019efeb74
commit 1df66853fb
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 \