senzing-garage/docker-senzing-base

Update to debian:10.2 base

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.
Currently the base is

ARG BASE_IMAGE=debian:9
FROM ${BASE_IMAGE}

Describe the solution you'd like
Update the base to:

ARG BASE_IMAGE=debian:10.2
FROM ${BASE_IMAGE}

Pull Requests:
#43