Skip to content

Commit

Permalink
Merge pull request #193 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.20.2
  • Loading branch information
nr23730 authored Aug 30, 2024
2 parents cf8a91e + f0acdec commit 7cd00f5
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.20.0
FROM docker.io/alpine:3.20.2

# 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 7cd00f5

Please sign in to comment.