Skip to content

Commit

Permalink
chore: switched to bookworm debian image for build
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Apr 10, 2024
1 parent e063694 commit 572c32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Use a builder to build the Krawler
#
FROM node:16-bullseye AS builder
FROM node:16-bookworm AS builder
# Install krawler
COPY . /opt/krawler
WORKDIR /opt/krawler
Expand All @@ -11,7 +11,7 @@ RUN yarn
#
# Make a slim image and copy from the build
#
FROM node:16-bullseye-slim
FROM node:16-bookworm-slim
LABEL maintainer="Kalisio <[email protected]>"

# Install Krawler, change owner to 'node' user
Expand Down

0 comments on commit 572c32a

Please sign in to comment.