Skip to content

Commit

Permalink
Merge pull request #76 from moul/dependabot/docker/alpine-3.13.3
Browse files Browse the repository at this point in the history
build(deps): bump alpine from 3.13.2 to 3.13.3
  • Loading branch information
moul authored Mar 28, 2021
2 parents c288ddb + 6af9d14 commit 62ee13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY . ./
RUN go build -o /go/bin/grpcbin -ldflags "-extldflags \"-static\"" -v

# minimalist runtime
FROM alpine:3.13.2
FROM alpine:3.13.3
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="grpcbin" \
org.label-schema.description="" \
Expand Down

0 comments on commit 62ee13c

Please sign in to comment.