Skip to content

Commit

Permalink
Use bullseye as base image (instead of bookworm the current default)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenba committed Sep 6, 2023
1 parent 8fe626f commit 4cad0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _dev/docker/mono/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Multi stage docker build for fxa-mono repo. Note that stages should be cached due to docker layer caching being
# turned on in CI.

FROM node:18.17-slim AS fxa-base
FROM node:18.17-bullseye-slim AS fxa-base
RUN set -x \
&& addgroup --gid 10001 app \
&& adduser --disabled-password \
Expand Down

0 comments on commit 4cad0a3

Please sign in to comment.