Skip to content

Commit

Permalink
Merge pull request #456 from klihub/fixes/memtierd/dockerfile-go-version
Browse files Browse the repository at this point in the history
memtierd: allow overriding go version for image build.
  • Loading branch information
fmuyassarov authored Dec 18, 2024
2 parents 4037edc + 66ca0b9 commit e13c3b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/plugins/memtierd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM golang:1.22-bullseye AS builder
ARG GO_VERSION=1.22

FROM golang:${GO_VERSION}-bullseye AS builder

ARG IMAGE_VERSION
ARG BUILD_VERSION
Expand Down

0 comments on commit e13c3b8

Please sign in to comment.