Skip to content

Commit

Permalink
Bump alpine from 3.15 to 3.16 (#279)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luca Comellini <luca.com@gmail.com>
  • Loading branch information
dependabot[bot] and lucacome authored May 26, 2022
1 parent d26f92b commit 18dfc6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN xx-apt install -y xx-cxx-essentials zlib1g-dev libcurl4-openssl-dev libc-are


### Build base image for alpine
FROM --platform=$BUILDPLATFORM alpine:3.15 as build-base-alpine
FROM --platform=$BUILDPLATFORM alpine:3.16 as build-base-alpine

RUN apk add --no-cache \
alpine-sdk \
Expand All @@ -47,7 +47,7 @@ RUN apk add --no-cache \
COPY --from=xx / /
ARG TARGETPLATFORM

RUN xx-apk add --no-cache xx-cxx-essentials openssl-dev zlib-dev zlib libgcc curl-dev msgpack-c-dev
RUN xx-apk add --no-cache xx-cxx-essentials openssl-dev zlib-dev zlib libgcc curl-dev msgpack-cxx-dev


### Build image
Expand Down

0 comments on commit 18dfc6e

Please sign in to comment.