Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update base Alpine image => 3.15 (#847) #852

Merged
merged 1 commit into from
Nov 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_image=alpine:3.14
ARG base_image=alpine:3.15

FROM $base_image AS core

Expand Down Expand Up @@ -29,7 +29,7 @@ ENV NRIA_OVERRIDE_HOST_ROOT /host
RUN apk --no-cache upgrade

RUN apk add --no-cache --upgrade \
ca-certificates=20191127-r5 \
ca-certificates=20191127-r7 \
# Embed required dlls:
# ldd /usr/bin/newrelic-infra
# /lib64/ld-linux-x86-64.so.2 (0x7f2bbbd0f000)
Expand Down