Skip to content
Snippets Groups Projects
Commit b8ed7790 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 2447f1de
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 ARG DAPPER_HOST_ARCH
ENV ARCH $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 main.go /main.go
COPY go.mod /go.mod 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_REPO
ARG GIT_BRANCH ARG GIT_BRANCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment