Dockerfile: revert golang version update

This commit is contained in:
Manav Darji 2025-02-19 12:05:00 +05:30
parent 10ed86b482
commit fd0e272608
No known key found for this signature in database
GPG key ID: A426F0124435F36E

View file

@ -1,4 +1,4 @@
FROM golang:1.23-alpine AS builder FROM golang:latest
ARG BOR_DIR=/var/lib/bor ARG BOR_DIR=/var/lib/bor
ENV BOR_DIR=$BOR_DIR ENV BOR_DIR=$BOR_DIR