Skip to content

Commit 4cad0a3

Browse files
committed
Use bullseye as base image (instead of bookworm the current default)
1 parent 8fe626f commit 4cad0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_dev/docker/mono/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Multi stage docker build for fxa-mono repo. Note that stages should be cached due to docker layer caching being
22
# turned on in CI.
33

4-
FROM node:18.17-slim AS fxa-base
4+
FROM node:18.17-bullseye-slim AS fxa-base
55
RUN set -x \
66
&& addgroup --gid 10001 app \
77
&& adduser --disabled-password \

0 commit comments

Comments
 (0)