Skip to content

Commit 029e5e0

Browse files
committed
Bump to alpine 3.19
1 parent 006de81 commit 029e5e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM golang:1.22.3-alpine3.18 AS builder
1+
FROM golang:1.22.3-alpine3.19 AS builder
22
WORKDIR /go/src/github.com/mrueg/netcupscp-exporter
33
COPY . .
44
RUN apk --no-cache add make git && make
55

6-
FROM alpine:3.18
6+
FROM alpine:3.19
77
COPY --from=builder /go/src/github.com/mrueg/netcupscp-exporter/netcupscp-exporter /
88

99
CMD ["/netcupscp-exporter"]

0 commit comments

Comments
 (0)