Bump alpine from 3.15.1 to 3.15.2 (#733)

Bumps alpine from 3.15.1 to 3.15.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-03-29 15:02:45 -04:00
committed by GitHub
parent a4c0b0f555
commit f2833f2c4e

View File

@@ -15,7 +15,7 @@ RUN go get -u github.com/gobuffalo/packr/v2/packr2
COPY . .
RUN packr2 build -a -o polaris *.go
FROM alpine:3.15.1
FROM alpine:3.15.2
WORKDIR /usr/local/bin
RUN apk --no-cache add ca-certificates