Skip to content

Commit

Permalink
Merge pull request #625 from mackerelio/dependabot/docker/golang-1.22…
Browse files Browse the repository at this point in the history
…-alpine

Bump golang from 1.21-alpine to 1.22-alpine
  • Loading branch information
yohfee committed Mar 18, 2024
2 parents c0520f6 + f42c394 commit 48f0ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS builder
FROM golang:1.22-alpine AS builder
RUN apk add --no-cache make git
WORKDIR /go/src/github.com/mackerelio/mkr/
COPY . .
Expand Down

0 comments on commit 48f0ed0

Please sign in to comment.