Skip to content

Commit

Permalink
Merge pull request #233 from controlplaneio/dependabot/docker/golang-…
Browse files Browse the repository at this point in the history
…1.17.1

chore(deps): bump golang from 1.17.0 to 1.17.1
  • Loading branch information
06kellyjac authored Sep 10, 2021
2 parents 61e0406 + 487cf5c commit 9a00b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17.0 AS builder
FROM golang:1.17.1 AS builder

WORKDIR /kubesec

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.scratch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17.0-alpine AS builder
FROM golang:1.17.1-alpine AS builder

RUN echo "kubesec:x:31012:31012:kubesec:/home/kubesec:/sbin/nologin" > /passwd && \
echo "kubesec:x:31012:" > /group
Expand Down

0 comments on commit 9a00b83

Please sign in to comment.