Bump alpine from 3.16 to 3.18

Bumps alpine from 3.16 to 3.18.

---
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] 2023-05-10 03:01:43 +00:00 committed by GitHub
parent 8c9a441fcc
commit 3450bf1519
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.18 AS builder
RUN apk add --no-cache \
autoconf \
automake \