Skip to content

Commit

Permalink
bump base docker version (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko authored Aug 9, 2023
1 parent dce503f commit 9922e7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DOCKER_VERSION=20.10.18
ARG DOCKER_VERSION=20.10.24

# dind-cleaner
FROM golang:1.16-alpine3.15 AS cleaner
Expand All @@ -11,8 +11,8 @@ RUN go mod tidy
COPY cleaner/dind-cleaner/cmd ./cmd/

RUN CGO_ENABLED=0 go build -o /usr/local/bin/dind-cleaner ./cmd && \
chmod +x /usr/local/bin/dind-cleaner && \
rm -rf /go/*
chmod +x /usr/local/bin/dind-cleaner && \
rm -rf /go/*

# bolter
FROM golang:1.19-alpine3.16 AS bolter
Expand Down
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.25.7
version: 1.27.0

0 comments on commit 9922e7c

Please sign in to comment.