Skip to content

Commit

Permalink
images/metalk8s-alert-logger: Pin alertmanager lib to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyAndrieux committed Feb 28, 2024
1 parent e8d67a5 commit 99e4593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/metalk8s-alert-logger/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM ${BUILD_IMAGE_NAME}:${BUILD_IMAGE_TAG} AS builder

ENV CGO_ENABLED=0

ARG ALERTMANAGER_VERSION=latest
ARG ALERTMANAGER_VERSION=v0.26.0
ARG PKG_PATH=/go/src/metalk8s-alert-logger/

RUN mkdir -p "$PKG_PATH"
Expand Down

0 comments on commit 99e4593

Please sign in to comment.