Skip to content

Commit

Permalink
fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
sberk42 authored Dec 12, 2024
1 parent 7155b80 commit a87ddd2
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,7 +1,7 @@
# syntax=docker/dockerfile:1

# Build Image
FROM golang:1.23.3-alpine3.21 AS builder
FROM golang:1.23.3-alpine3.20 AS builder
RUN go install github.com/sberk42/fritzbox_exporter@latest \
&& mkdir /app \
&& mv /go/bin/fritzbox_exporter /app
Expand Down

0 comments on commit a87ddd2

Please sign in to comment.