Unverified Commit 82d36636 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump alpine from 3.15.2 to 3.15.3 (#739)


Bumps alpine from 3.15.2 to 3.15.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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.2
FROM alpine:3.15.3
WORKDIR /usr/local/bin
RUN apk --no-cache add ca-certificates
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment