Skip to content

Commit 6971a02

Browse files
committed
fix Docker image description.
1 parent 78a4c44 commit 6971a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ubuntu2204.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/
110110
ARG BUILD_DATE
111111
LABEL org.opencontainers.image.created="${BUILD_DATE}"
112112
LABEL org.opencontainers.image.title="JavaSMT solver development"
113-
LABEL org.opencontainers.image.description="Ubuntu 18.04-based image for JavaSMT solver development"
113+
LABEL org.opencontainers.image.description="Ubuntu 22.04-based image for JavaSMT solver development"
114114
LABEL org.opencontainers.image.source="https://github.com/sosy-lab/java-smt"
115115
LABEL org.opencontainers.image.licenses="Apache-2.0"
116116

0 commit comments

Comments
 (0)