Skip to content

Commit

Permalink
build: update alpine base to 3.14 (edgexfoundry#51)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
Signed-off-by: Marc-philippe Fuller <marc-philippe.fuller@intel.com>
  • Loading branch information
Lenny Goodell authored and marcpfuller committed Nov 18, 2021
1 parent a9e54c5 commit c57e04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

# build stage
ARG BASE=golang:1.16-alpine3.12
ARG BASE=golang:1.16-alpine3.14
FROM ${BASE} AS builder

ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev"
Expand All @@ -35,7 +35,7 @@ ARG MAKE="make build"
RUN $MAKE

# final stage
FROM alpine:3.12
FROM alpine:3.14
LABEL license='SPDX-License-Identifier: Apache-2.0' \
copyright='Copyright (c) 2020: Intel'
LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION}
Expand Down

0 comments on commit c57e04c

Please sign in to comment.