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:
parent
8c9a441fcc
commit
3450bf1519
|
@ -1,5 +1,5 @@
|
||||||
ARG OUTPUT=/output
|
ARG OUTPUT=/output
|
||||||
FROM alpine:3.16 AS builder
|
FROM alpine:3.18 AS builder
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
|
|
Loading…
Reference in a new issue