diff --git a/.drone.yml b/.drone.yml index 21e1a36..491dd88 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,7 +67,7 @@ steps: - name: unit-test commands: - go test -v ./... - image: docker.io/library/golang:1.23.0 + image: docker.io/library/golang:1.23.1 trigger: event: @@ -92,7 +92,7 @@ steps: - name: unit-test commands: - go test -v ./... - image: docker.io/library/golang:1.23.0 + image: docker.io/library/golang:1.23.1 trigger: event: diff --git a/Dockerfile b/Dockerfile index dd34bad..743c268 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.23.0-alpine3.19 AS build +FROM docker.io/library/golang:1.23.1-alpine3.19 AS build RUN apk add git make