scripts: update linter dockerfile to use go 1.21.8

This was done with scripts/update-go-version.sh
This commit is contained in:
Jeff Schroeder 2024-04-02 21:18:34 -04:00
parent 350271259c
commit 7ff8a3b0a3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# syntax=docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
FROM docker.io/golang:1.20.10-bullseye@sha256:082569b3303b164cc4a7c88ac59b19b69c1a5d662041ac0dca046ac239632442
FROM docker.io/golang:1.21.8-bullseye@sha256:81d98548f08e22a59c5c0be814acc0997f3dfd3313487adcf4e1d3d962af3a43
RUN useradd -u 1000 -U -m -d /home/lint lint
USER 1000