Skip to content

Commit

Permalink
fix(sma): update Docker base image in sys mgmt agent Dockerfile
Browse files Browse the repository at this point in the history
found per synk scan

fix: edgexfoundry#3846
Signed-off-by: jpwhitemn <[email protected]>
  • Loading branch information
jpwhitemn committed Dec 16, 2021
1 parent 1876cd1 commit 2b34e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sys-mgmt-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN make cmd/sys-mgmt-agent/sys-mgmt-agent
RUN make cmd/sys-mgmt-executor/sys-mgmt-executor

# Get the Docker-in-Docker image layered-in now.
FROM docker:20.10.8
FROM docker:20.10.10

LABEL license='SPDX-License-Identifier: Apache-2.0' \
copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation'
Expand Down

0 comments on commit 2b34e39

Please sign in to comment.