Skip to content

Commit

Permalink
fix: lock version of ubuntu for java8 images (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed May 16, 2022
1 parent 7c0fa89 commit 918d171
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile_mbtci_java8
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM ubuntu:latest
# On `22.04 LTS (Jammy Jellyfish)` the `apt-get` command fails
# https://ubuntu.com/about/release-cycle
FROM ubuntu:focal

# Build time arguments
ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 918d171

Please sign in to comment.