Skip to content

Commit

Permalink
fixed image version
Browse files Browse the repository at this point in the history
  • Loading branch information
sberk42 committed Aug 21, 2024
1 parent 780fb64 commit 80d3404
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.21-alpine3.18 AS builder
FROM golang:1.22.6-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 80d3404

Please sign in to comment.