Skip to content

Commit 627af12

Browse files
authored
Merge pull request #149 from jmhbnz/main
Ensure desired golang image tag is specified
2 parents f695a62 + 4712448 commit 627af12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM docker.io/golang@sha256:d0b31558e6b3e4cc59f6011d79905835108c919143ebecc58f35965bf79948f4
15+
FROM docker.io/golang:1.23-alpine@sha256:d0b31558e6b3e4cc59f6011d79905835108c919143ebecc58f35965bf79948f4
1616

1717
RUN apk add --no-cache curl git make && rm -rf /var/cache/apk/*
1818

0 commit comments

Comments
 (0)