Skip to content
Snippets Groups Projects
Commit 61e3b3cc authored by Derek Su's avatar Derek Su
Browse files

Dockerfile: update base image to golang:1.21.4-alpine


Signed-off-by: default avatarDerek Su <derek.su@suse.com>
parent 1db0628d
No related branches found
No related tags found
No related merge requests found
FROM golang:1.17-alpine
FROM golang:1.21.4-alpine
ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH
......
FROM golang:1.17-alpine AS builder
FROM golang:1.21.4-alpine AS builder
COPY main.go /main.go
COPY go.mod /go.mod
......
FROM golang:1.17-alpine AS builder
FROM golang:1.21.4-alpine AS builder
ARG GIT_REPO
ARG GIT_BRANCH
......
module github.com/rancher/local-path-provisioner
go 1.17
go 1.21
require (
github.com/Sirupsen/logrus v0.11.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment