Skip to content

Commit

Permalink
chore(api): bump alpine from 3.13.4 to 3.13.5 (#67)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.13.4 to 3.13.5.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 12, 2021
1 parent a2b029e commit d5f112f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY . .
RUN make build

### Serve
FROM alpine:3.13.4
FROM alpine:3.13.5
WORKDIR /app

COPY --from=build /go/src/app/bin/domane /app
Expand Down

0 comments on commit d5f112f

Please sign in to comment.