File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- FROM --platform=linux/amd64 public.ecr.aws/docker/library/kong:3.1.1-alpine AS build
1+ FROM public.ecr.aws/docker/library/kong:3.5.0 AS build
22
33ARG TARGETPLATFORM
44ENV ENVSUBST_VERSION=v1.4.2
55
66USER root
77
8- RUN apk update && apk add curl
8+ RUN apt-get update && apt-get install -y curl
99
1010RUN case ${TARGETPLATFORM} in \
1111 "linux/amd64" ) ENVSUBST_ARCH=Linux-x86_64 ;; \
@@ -14,7 +14,9 @@ RUN case ${TARGETPLATFORM} in \
1414 && curl -L https://github.com/a8m/envsubst/releases/download/${ENVSUBST_VERSION}/envsubst-${ENVSUBST_ARCH} -o /tmp/envsubst \
1515 && chmod +x /tmp/envsubst
1616
17- FROM public.ecr.aws/docker/library/kong:3.1.1-alpine
17+ FROM public.ecr.aws/docker/library/kong:3.5.0
18+
19+ WORKDIR /home/kong
1820
1921COPY --from=build /tmp/envsubst /usr/local/bin/envsubst
2022COPY ./kong-template.yml /home/kong/tmp.yml
You can’t perform that action at this time.
0 commit comments