Skip to content

Commit

Permalink
docker: consistent casing
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Dec 23, 2024
1 parent 7e53f02 commit d8d9ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the prometheus_varnish_exporter binary
FROM docker.io/library/golang:1.23 as prometheus_varnish_exporter
FROM docker.io/library/golang:1.23 AS prometheus_varnish_exporter
WORKDIR /app

# Releases: https://github.com/jonnenauha/prometheus_varnish_exporter/releases
Expand Down

0 comments on commit d8d9ed8

Please sign in to comment.