Skip to content

Commit

Permalink
Merge pull request #195 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.3
  • Loading branch information
nr23730 authored Sep 25, 2024
2 parents 7cd00f5 + b893cd0 commit e2a252d
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.2
FROM docker.io/alpine:3.20.3

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

Please sign in to comment.