Skip to content

Commit

Permalink
Update git version in Docker image. (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
samiwelthomasHO authored and michaelpearsonHO committed Oct 19, 2022
1 parent 4bcd277 commit edeb68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitoring-as-code/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM golang:1.19.2-alpine3.16 AS builder

# Download git, jsonnet and jsonnet-bundler
RUN apk add --no-cache git=2.36.2-r0 && \
RUN apk add --no-cache git=2.36.3-r0 && \
go install github.com/google/go-jsonnet/cmd/[email protected] && \
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/[email protected]

Expand All @@ -25,4 +25,4 @@ COPY mixin-defs /mixin-defs
COPY run-mixin.sh /
RUN chmod a+x /usr/local/bin/jb /usr/local/bin/jsonnet /run-mixin.sh

ENTRYPOINT ["/run-mixin.sh"]
ENTRYPOINT ["/run-mixin.sh"]

0 comments on commit edeb68e

Please sign in to comment.