Skip to content

Commit

Permalink
Changelog:All: Bump alpine from 3.13.5 to 3.14.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.13.5 to 3.14.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 21, 2021
1 parent fa02578 commit 0fde21f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN mkdir -p /go/src/github.com/mendersoftware/deviceconnect
COPY . /go/src/github.com/mendersoftware/deviceconnect
RUN cd /go/src/github.com/mendersoftware/deviceconnect && env CGO_ENABLED=1 go build

FROM alpine:3.13.5
FROM alpine:3.14.0
RUN apk add --no-cache ca-certificates xz
RUN mkdir -p /etc/deviceconnect
COPY ./config.yaml /etc/deviceconnect
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.acceptance
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . /go/src/github.com/mendersoftware/deviceconnect
RUN cd /go/src/github.com/mendersoftware/deviceconnect && \
make build-test

FROM alpine:3.13.5
FROM alpine:3.14.0
RUN apk add --no-cache ca-certificates xz
RUN mkdir -p /etc/deviceconnect
COPY ./config.yaml /etc/deviceconnect
Expand Down

0 comments on commit 0fde21f

Please sign in to comment.