Skip to content

Commit

Permalink
fixed docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sberk42 authored Nov 15, 2024
1 parent bc80038 commit c7acee8
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.22.7 AS builder
FROM golang:1.22.7-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 c7acee8

Please sign in to comment.