Update golang Docker tag to v1.23
All checks were successful
/ build-container (push) Successful in 58s

This commit is contained in:
Renovate Bot 2024-09-08 07:04:08 +00:00 committed by finn
parent a2fa36c796
commit 09a6ac47c9

View file

@ -14,7 +14,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
FROM library/golang:1.21 AS build
FROM library/golang:1.23 AS build
RUN apt-get update && apt-get install -y ca-certificates && mkdir -p /tmp/etc/ssl/certs && cp /etc/ssl/certs/ca-certificates.crt /tmp/etc/ssl/certs/ca-certificates.crt
ADD . /go/s3staticsite
WORKDIR /go/s3staticsite