Skip to content

Commit

Permalink
Merge pull request #175 from buschlab/renovate/docker.io-alpine-3.x
Browse files Browse the repository at this point in the history
Update docker.io/alpine Docker tag to v3.19.1
  • Loading branch information
nr23730 authored Mar 11, 2024
2 parents 0b5c5ab + 49ec0ec commit c788e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/cbioportal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN mkdir -p target/dependency && (cd target/dependency; jar -xf ../*-exec.jar)
WORKDIR /cbioportal/core
RUN mvn -DskipTests install package

FROM docker.io/alpine:3.19.0
FROM docker.io/alpine:3.19.1

# create user for not running image with root privileges
RUN addgroup -g 1001 -S cbioportal && adduser -u 1001 -S cbioportal -G cbioportal
Expand Down

0 comments on commit c788e16

Please sign in to comment.