File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# Dockerfile for building the source code of cache_server
16
- FROM golang:1.22.10 -alpine3.21 as builder
16
+ FROM golang:1.22.12 -alpine3.19 as builder
17
17
18
18
RUN apk update && apk upgrade && \
19
19
apk add --no-cache bash git openssh gcc musl-dev
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# Dockerfile for building the source code of conformance tests
16
- FROM golang:1.22.10 -alpine3.21 as builder
16
+ FROM golang:1.22.12 -alpine3.19 as builder
17
17
18
18
RUN apk update && apk upgrade && \
19
19
apk add --no-cache bash git openssh gcc musl-dev
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.22.10 -alpine3.21 as builder
15
+ FROM golang:1.22.12 -alpine3.19 as builder
16
16
17
17
RUN apk update && apk upgrade
18
18
RUN apk add --no-cache git gcc musl-dev
You can’t perform that action at this time.
0 commit comments