Skip to content

Commit df05e1f

Browse files
szhGitHub Enterprise
authored and
GitHub Enterprise
committedFeb 24, 2025
Merge pull request #18 from Conjur-Enterprise/fix-publish
CNJR-0000: Upgrade Ubuntu base image in Dockerfile.publish
2 parents f67e7ad + c525af6 commit df05e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ci/publish/Dockerfile.publish

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:23.04
1+
FROM ubuntu:24.04
22
ENV INSTALL_DIR=/opt/conjur-api-python3
33
ENV DEBIAN_FRONTEND=noninteractive
44
RUN apt-get update && \

0 commit comments

Comments
 (0)
Please sign in to comment.