Bump curl and Go version (#10503)

* Bump curl and Go version

* Add NGINX BAse image scanning

* Try again
This commit is contained in:
Ricardo Katz 2023-10-11 11:16:11 -03:00 committed by GitHub
parent 3732fc6ab6
commit 8b53cabe03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 360 additions and 240 deletions

View file

@ -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
WORKDIR /go/src/k8s.io/ingress-nginx/images/fastcgi