Skip to content

Commit

Permalink
env/linux-x86-alpine: update version of alpine to 3.18
Browse files Browse the repository at this point in the history
Updates golang/go#39857

Change-Id: Ibb2f27947d9f5f5856862dc78465215964850e95
Reviewed-on: https://go-review.googlesource.com/c/build/+/521975
Auto-Submit: Carlos Amedee <[email protected]>
Reviewed-by: Heschi Kreinick <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
  • Loading branch information
cagedmantis authored and gopherbot committed Aug 22, 2023
1 parent 5f60bd2 commit 82b1535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/linux-x86-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

FROM golang/buildlet-stage0 AS stage0

FROM alpine:3.16
FROM alpine:3.18
MAINTAINER golang-dev <[email protected]>

RUN apk add --no-cache \
Expand Down

0 comments on commit 82b1535

Please sign in to comment.