Browse Source

chore: Bump golang:alpine version (#7292)

Made with ❤️️ by updatecli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/7374/head
github-actions[bot] 2 years ago committed by GitHub
parent
commit
554ad87c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile.test

2
Dockerfile.test

@ -1,4 +1,4 @@
ARG GOLANG=golang:1.19.7-alpine3.17
ARG GOLANG=golang:1.19.8-alpine3.17
FROM ${GOLANG} as test-base
RUN apk -U --no-cache add bash jq

Loading…
Cancel
Save