Skip to content

Commit

Permalink
Merge pull request #568 from mendersoftware/cherry-3.2.x-dependabot/d…
Browse files Browse the repository at this point in the history
…ocker/alpine-3.15.0

[Cherry 3.2.x]: Changelog:All: Bump alpine from 3.14.2 to 3.15.0
  • Loading branch information
merlin-northern committed Jan 20, 2022
2 parents c68d7a5 + c964b18 commit bd63229
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 @@ -4,7 +4,7 @@ WORKDIR /go/src/github.com/mendersoftware/deviceauth
ADD ./ .
RUN CGO_ENABLED=0 GOARCH=amd64 go build -o deviceauth .

FROM alpine:3.14.2
FROM alpine:3.15.0
EXPOSE 8080
# mount your private key at /etc/deviceauth/rsa/private.pem
RUN mkdir -p /etc/deviceauth/rsa
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.acceptance-testing
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . /go/src/github.com/mendersoftware/deviceauth
RUN cd /go/src/github.com/mendersoftware/deviceauth && \
env CGO_ENABLED=0 go test -c -o deviceauth-test -coverpkg $(go list ./... | grep -v vendor | grep -v mock | grep -v test | tr '\n' ,)

FROM alpine:3.14.2
FROM alpine:3.15.0

EXPOSE 8080

Expand Down

0 comments on commit bd63229

Please sign in to comment.