mirror of
https://github.com/valitydev/botkube.git
synced 2024-11-06 08:25:19 +00:00
Update Base Image to alpine 3.14.2 (#524)
This release includes fixes for openssl CVE-2021-3711 and CVE-2021-3712. https://alpinelinux.org/posts/Alpine-3.14.2-released.html ##### ISSUE TYPE - Bug fix Pull Request Fixes #523
This commit is contained in:
parent
0acc9cad30
commit
c28667449f
@ -17,7 +17,7 @@
|
||||
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
FROM alpine:3.12
|
||||
FROM alpine:3.14.2
|
||||
ARG botkube_version="dev"
|
||||
LABEL name="botkube" \
|
||||
version="${botkube_version}" \
|
||||
|
Loading…
Reference in New Issue
Block a user