Bump curl and Go version (#10503)
* Bump curl and Go version * Add NGINX BAse image scanning * Try again
This commit is contained in:
parent
3732fc6ab6
commit
8b53cabe03
26 changed files with 360 additions and 240 deletions
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM golang:1.21.1-alpine3.18 as builder
|
||||
FROM golang:1.21.3-alpine3.18 as builder
|
||||
|
||||
RUN apk update \
|
||||
&& apk upgrade && apk add git
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module k8s.io/ingress-nginx/custom-error-pages
|
||||
|
||||
go 1.21.1
|
||||
go 1.21.3
|
||||
|
||||
require github.com/prometheus/client_golang v1.11.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue