Bump alpine from 3.16 to 3.17

Bumps alpine from 3.16 to 3.17.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-24 02:17:44 +00:00 committed by GitHub
parent 65fe49b504
commit d2d10d633a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
ARG OUTPUT=/output
FROM alpine:3.16 AS builder
FROM alpine:3.17 AS builder
RUN apk add --no-cache \
autoconf \
automake \