Skip to content

Commit

Permalink
Merge pull request #286 from crazy-max/bump-buildx-docker
Browse files Browse the repository at this point in the history
dockerfile: bump buildx to 0.13.1 and docker to 26.0.0
  • Loading branch information
crazy-max authored Mar 26, 2024
2 parents 8d1d731 + 43f6122 commit de2888a
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=20
ARG DOCKER_VERSION=24.0.5
ARG BUILDX_VERSION=0.11.2
ARG DOCKER_VERSION=26.0.0
ARG BUILDX_VERSION=0.13.1

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

0 comments on commit de2888a

Please sign in to comment.