Skip to content

Commit 006de81

Browse files
dependabot[bot]mrueg
authored andcommitted
Bump golang from 1.22.2-alpine3.18 to 1.22.3-alpine3.18
Bumps golang from 1.22.2-alpine3.18 to 1.22.3-alpine3.18. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7c4ddb commit 006de81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

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

0 commit comments

Comments
 (0)