Skip to content

Commit

Permalink
Merge branch 'use-build-image-0.33.1-2.9.x' of github.com:periklis/lo…
Browse files Browse the repository at this point in the history
…ki into use-build-image-0.33.1-2.9.x
  • Loading branch information
MichelHollands committed Apr 4, 2024
2 parents a6e4343 + 7c3e28d commit 066fc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/helm/loki/src/helm-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . /src/loki
WORKDIR /src/loki
RUN make clean && make BUILD_IN_CONTAINER=false helm-test

FROM alpine:3.16.7
FROM alpine:3.18.6
RUN apk add --update --no-cache ca-certificates=20230506-r0
COPY --from=build /src/loki/production/helm/loki/src/helm-test/helm-test /usr/bin/helm-test
ENTRYPOINT [ "/usr/bin/helm-test" ]

0 comments on commit 066fc47

Please sign in to comment.