Skip to content

Commit

Permalink
Update golang Docker tag to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 2, 2024
1 parent 112eaff commit 036c08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.15-alpine as build
FROM golang:1.23-alpine@sha256:d0b31558e6b3e4cc59f6011d79905835108c919143ebecc58f35965bf79948f4 as build
RUN apk add git

WORKDIR /go/src/app
Expand Down

0 comments on commit 036c08c

Please # to comment.