Skip to content

Commit b4c922a

Browse files
authored
feat(docker): Use Debian (bullseye) for dev images (#6202)
1 parent e43a526 commit b4c922a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-docker/dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.21.1-buster-slim AS base
1+
FROM node:14.21.1-bullseye-slim AS base
22

33
ARG IMAGE_VERSION=dev
44

0 commit comments

Comments
 (0)