We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe626f commit 4cad0a3Copy full SHA for 4cad0a3
_dev/docker/mono/Dockerfile
@@ -1,7 +1,7 @@
1
# Multi stage docker build for fxa-mono repo. Note that stages should be cached due to docker layer caching being
2
# turned on in CI.
3
4
-FROM node:18.17-slim AS fxa-base
+FROM node:18.17-bullseye-slim AS fxa-base
5
RUN set -x \
6
&& addgroup --gid 10001 app \
7
&& adduser --disabled-password \
0 commit comments