mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-31 04:04:51 +00:00
Merge pull request #401 from dsb3/version-bump
Container base image version bump
This commit is contained in:
commit
16095ea6bc
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Build node feature discovery
|
# Build node feature discovery
|
||||||
FROM golang:1.15.4 as builder
|
FROM golang:1.15.5-buster as builder
|
||||||
|
|
||||||
# Get (cache) deps in a separate layer
|
# Get (cache) deps in a separate layer
|
||||||
COPY go.mod go.sum /go/node-feature-discovery/
|
COPY go.mod go.sum /go/node-feature-discovery/
|
||||||
|
@ -20,7 +20,7 @@ RUN make test
|
||||||
|
|
||||||
|
|
||||||
# Create production image for running node feature discovery
|
# Create production image for running node feature discovery
|
||||||
FROM debian:stretch-slim
|
FROM debian:buster-slim
|
||||||
|
|
||||||
# Run as unprivileged user
|
# Run as unprivileged user
|
||||||
USER 65534:65534
|
USER 65534:65534
|
||||||
|
|
Loading…
Add table
Reference in a new issue