start upgrade to golang 1.19.4 and alpine 3.17.0 (#9417)

* start upgrade to 1.19.4

Signed-off-by: James Strong <james.strong@chainguard.dev>

* add matrix to image test-image

Signed-off-by: James Strong <james.strong@chainguard.dev>

* update to alpine 3.17

Signed-off-by: James Strong <james.strong@chainguard.dev>

* remove need for curl

Signed-off-by: James Strong <james.strong@chainguard.dev>

Signed-off-by: James Strong <james.strong@chainguard.dev>
This commit is contained in:
James Strong 2022-12-18 20:07:43 -05:00 committed by GitHub
parent 17d8266a2a
commit e3e0d9c1f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 106 additions and 21 deletions

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.14-alpine as builder
FROM golang:1.19.4-alpine3.17 as builder
WORKDIR /go/src/k8s.io/ingress-nginx/images/fastcgi