Compare commits

..

No commits in common. "renovate/golang-1.x" and "master" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.18.1-alpine as builder
FROM golang:1.17.8-alpine as builder
# Set the Current Working Directory inside the container
WORKDIR /app