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
28
28
UID: =$(shell id -u)
29
29
GID: =$(shell id -g)
30
30
31
- FIRECRACKER_CONTAINERD_BUILDER_IMAGE? =golang:1.13 -buster
31
+ FIRECRACKER_CONTAINERD_BUILDER_IMAGE? =golang:1.15 -buster
32
32
export FIRECRACKER_CONTAINERD_TEST_IMAGE? =localhost/firecracker-containerd-test
33
33
export GO_CACHE_VOLUME_NAME? =gocache
34
34
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:experimental
2
2
# Test image that starts up containerd and the devmapper snapshotter. The default CMD will drop to a bash shell. Overrides
3
3
# to CMD will be provided appended to /bin/bash -c
4
- FROM golang:1.13 -stretch
4
+ FROM golang:1.15 -stretch
5
5
ENV PATH="/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/local/go/bin"
6
6
ENV INSTALLROOT="/usr/local"
7
7
ENV DEBIAN_FRONTEND="noninteractive"
Original file line number Diff line number Diff line change 11
11
# express or implied. See the License for the specific language governing
12
12
# permissions and limitations under the License.
13
13
14
- FROM golang:1.13 -stretch
14
+ FROM golang:1.15 -stretch
15
15
16
16
RUN apt-get update && apt-get install --yes --no-install-recommends \
17
17
libprotobuf-dev \
Original file line number Diff line number Diff line change 11
11
# express or implied. See the License for the specific language governing
12
12
# permissions and limitations under the License.
13
13
14
- FROM golang:1.13 -stretch
14
+ FROM golang:1.15 -stretch
15
15
16
16
RUN apt-get update && \
17
17
DEBIAN_FRONTEND=noninteractive apt-get -y install libseccomp-dev pkg-config
You can’t perform that action at this time.
0 commit comments