Skip to content

Commit

Permalink
use latest go since renovate not working
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Sep 20, 2023
1 parent 6d5d0cc commit 0c5e370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mulery/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build a go app into a minimal docker image with timezone support and SSL cert chains.
FROM golang:latest@sha256:3fccedea46315261e4b6205bcffe91ece1e2aea60c23aab0f033f35461849b42 as builder
FROM golang:latest as builder

RUN mkdir -p $GOPATH/pkg/mod $GOPATH/bin $GOPATH/src /build
COPY . /build
Expand Down

0 comments on commit 0c5e370

Please sign in to comment.