Skip to content

Commit

Permalink
Switches to Debian bullseye-slim as base image.
Browse files Browse the repository at this point in the history
  • Loading branch information
botic committed May 11, 2022
1 parent 856775d commit 1c6a046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch-slim AS builder
FROM debian:bullseye-slim AS builder

RUN apt-get update && apt-get install -y git

Expand All @@ -14,7 +14,7 @@ RUN git -C /usr/local clone --depth 1 https://github.com/ringo/ringojs ${RINGO_H
WORKDIR ${RINGO_HOME}
RUN ./gradlew --exclude-task test

FROM debian:stretch-slim
FROM debian:bullseye-slim

ENV JAVA_HOME=/opt/java/openjdk
ENV RINGO_HOME=/usr/local/ringojs
Expand Down

0 comments on commit 1c6a046

Please sign in to comment.