Skip to content

Commit de2888a

Browse files
authored
Merge pull request #286 from crazy-max/bump-buildx-docker
dockerfile: bump buildx to 0.13.1 and docker to 26.0.0
2 parents 8d1d731 + 43f6122 commit de2888a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# limitations under the License.
1616

1717
ARG NODE_VERSION=20
18-
ARG DOCKER_VERSION=24.0.5
19-
ARG BUILDX_VERSION=0.11.2
18+
ARG DOCKER_VERSION=26.0.0
19+
ARG BUILDX_VERSION=0.13.1
2020

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

0 commit comments

Comments
 (0)