Skip to content

Commit 5778587

Browse files
committed
Changed the base image version.
1 parent 04194d0 commit 5778587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.1.7-experimental
22

33
# Environment to build manager binary
4-
FROM golang:1.15.6-alpine3.12 as build
4+
FROM golang:1.22-alpine as build
55
WORKDIR /gin
66

77
RUN apk update && apk add gcc musl-dev

0 commit comments

Comments
 (0)