bump Alpine image in Dockerfile (#8350)
This commit is contained in:
parent
430de94f42
commit
24b6abf9a5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
# limitations under the License.
|
||||
|
||||
|
||||
FROM alpine:3.14.2 as builder
|
||||
FROM alpine:3.15.0 as builder
|
||||
|
||||
COPY . /
|
||||
|
||||
|
|
Loading…
Reference in a new issue