Skip to content

Commit

Permalink
[AU] Updating version: 2.54.1 > 2.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpatigny committed Oct 22, 2024
1 parent e4baac5 commit b864d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM mcr.microsoft.com/powershell:${OS_TYPE}-${OS_VERSION} as build

SHELL ["pwsh", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

ARG VERSION=2.54.1
ARG VERSION=2.55.0

RUN md c:\temp ; \
Invoke-Webrequest -uri https://github.com/prometheus/prometheus/releases/download/v$($env:VERSION)/prometheus-$($env:VERSION).windows-amd64.zip -outfile "C:\temp\prometheus-$($env:VERSION).windows-amd64.zip" ; \
Expand Down

0 comments on commit b864d2d

Please sign in to comment.