Skip to content

Commit e0518ca

Browse files
authored
Merge pull request #659 from IABTechLab/swi-UID2-7335-base-image-bump
UID2-7335: bump base image to sha256:3f08b138 (retire explicit libexpat upgrade)
2 parents e286f95 + 4172873 commit e0518ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# sha from https://hub.docker.com/layers/library/eclipse-temurin/21-jre-alpine-3.23/images/sha256-693c22ea458d62395bac47a2da405d0d18c77b205211ceec4846a550a37684b6
2-
FROM eclipse-temurin@sha256:693c22ea458d62395bac47a2da405d0d18c77b205211ceec4846a550a37684b6
1+
# sha from https://hub.docker.com/layers/library/eclipse-temurin/21-jre-alpine-3.23/images/sha256-3f08b13888f595cc49edabea7250ba69499ba25602b267da591720769400e08c
2+
FROM eclipse-temurin@sha256:3f08b13888f595cc49edabea7250ba69499ba25602b267da591720769400e08c
33

44
WORKDIR /app
55
EXPOSE 8089
@@ -17,7 +17,7 @@ COPY ./conf/default-config.json /app/conf/
1717
COPY ./conf/*.xml /app/conf/
1818
COPY ./webroot/ /app/webroot/
1919

20-
RUN apk add --no-cache --upgrade libpng libcrypto3 libssl3 musl musl-utils gnutls libexpat && adduser -D uid2-admin && mkdir -p /app && chmod 705 -R /app && mkdir -p /app/file-uploads && chmod 777 -R /app/file-uploads
20+
RUN apk add --no-cache --upgrade libpng libcrypto3 libssl3 musl musl-utils gnutls && adduser -D uid2-admin && mkdir -p /app && chmod 705 -R /app && mkdir -p /app/file-uploads && chmod 777 -R /app/file-uploads
2121
USER uid2-admin
2222

2323
CMD java \

0 commit comments

Comments
 (0)