Skip to content

Commit

Permalink
Merge pull request #264 from mendersoftware/dependabot/docker/alpine-…
Browse files Browse the repository at this point in the history
…3.15.0

Changelog:All: Bump alpine from 3.14.2 to 3.15.0
  • Loading branch information
mzedel committed Dec 21, 2021
2 parents 10aebe5 + 37e1aff commit 693e454
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 @@ ADD ./ .
RUN CGO_ENABLED=0 GOARCH=amd64 go build -o useradm .


FROM alpine:3.14.2
FROM alpine:3.15.0
EXPOSE 8080
RUN mkdir -p /etc/useradm/rsa
ENTRYPOINT ["/usr/bin/useradm", "--config", "/etc/useradm/config.yaml"]
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/useradm
RUN cd /go/src/github.com/mendersoftware/useradm && \
env CGO_ENABLED=0 go test -c -o useradm-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 693e454

Please sign in to comment.