Skip to content

Commit

Permalink
build: update alpine base to 3.14
Browse files Browse the repository at this point in the history
Signed-off-by: jpwhitemn <[email protected]>
  • Loading branch information
jpwhitemn committed Sep 23, 2021
1 parent babf801 commit 7fe965a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/cmd/device-simple/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

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

WORKDIR /device-sdk-go
Expand All @@ -33,7 +33,7 @@ RUN go mod download
RUN make build

# Next image - Copy built Go binary into new workspace
FROM alpine:3.12
FROM alpine:3.14
LABEL license='SPDX-License-Identifier: Apache-2.0' \
copyright='Copyright (c) 2020: Intel'

Expand Down

0 comments on commit 7fe965a

Please sign in to comment.