File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ SUBMODULES=_submodules
2828UID: =$(shell id -u)
2929GID: =$(shell id -g)
3030
31- FIRECRACKER_CONTAINERD_BUILDER_IMAGE? =golang:1.16 -buster
31+ FIRECRACKER_CONTAINERD_BUILDER_IMAGE? =golang:1.17 -buster
3232export FIRECRACKER_CONTAINERD_TEST_IMAGE? =localhost/firecracker-containerd-test
3333export GO_CACHE_VOLUME_NAME? =gocache
3434
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:experimental
22# Test image that starts up containerd and the devmapper snapshotter. The default CMD will drop to a bash shell. Overrides
33# to CMD will be provided appended to /bin/bash -c
4- FROM golang:1.16 -stretch
4+ FROM golang:1.17 -stretch
55ENV PATH="/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/local/go/bin"
66ENV INSTALLROOT="/usr/local"
77ENV DEBIAN_FRONTEND="noninteractive"
Original file line number Diff line number Diff line change 1111# express or implied. See the License for the specific language governing
1212# permissions and limitations under the License.
1313
14- FROM golang:1.16 -stretch
14+ FROM golang:1.17 -stretch
1515
1616RUN apt-get update && apt-get install --yes --no-install-recommends \
1717 libprotobuf-dev \
Original file line number Diff line number Diff line change 1111# express or implied. See the License for the specific language governing
1212# permissions and limitations under the License.
1313
14- FROM golang:1.16 -stretch
14+ FROM golang:1.17 -stretch
1515
1616RUN apt-get update && \
1717 DEBIAN_FRONTEND=noninteractive apt-get -y install libseccomp-dev pkg-config
You can’t perform that action at this time.
0 commit comments