Skip to content

Commit

Permalink
Merge pull request #165 from crazy-max/dev-update-docker-buildx
Browse files Browse the repository at this point in the history
dev: update docker and buildx to latest
  • Loading branch information
crazy-max authored Sep 6, 2023
2 parents c4085cc + 95ac633 commit 66fff01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# limitations under the License.

ARG NODE_VERSION=16
ARG DOCKER_VERSION=20.10.22
ARG BUILDX_VERSION=0.10.0
ARG DOCKER_VERSION=24.0.5
ARG BUILDX_VERSION=0.11.2

FROM node:${NODE_VERSION}-alpine AS base
RUN apk add --no-cache cpio findutils git
Expand Down

0 comments on commit 66fff01

Please sign in to comment.