Skip to content

Commit

Permalink
build(deps): bump alpine from 3.13.1 to 3.13.2
Browse files Browse the repository at this point in the history
Bumps alpine from 3.13.1 to 3.13.2.

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2021
1 parent ddc4e32 commit e3c34d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -13,7 +13,7 @@ COPY . .

RUN make deps release-build CARGO_BUILD_TARGET="x86_64-unknown-linux-musl" CARGO_BUILD_TARGET_DIR="/usr/local/target"

FROM alpine:3.13.1
FROM alpine:3.13.2

RUN apk upgrade --update-cache --available && \
apk add openssl && \
Expand Down

0 comments on commit e3c34d8

Please sign in to comment.