Skip to content

Commit

Permalink
build: docker uses ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackcoinDev committed Jul 18, 2024
1 parent 28bd811 commit ff58458
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]
jobs:
test:
name: Build and Push Docker - Source
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile.minbase
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu
FROM ubuntu:20.04
ENV TZ=Etc/UTC
ENV HUBLAB=github
ENV GITNAME=CoinBlack
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile.ubase
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu
FROM ubuntu:20.04
ENV TZ=Etc/UTC
ENV HUBLAB=github
ENV GITNAME=CoinBlack
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN echo "Building Ubuntu Package"
#
# Collect dependencies
#
FROM ubuntu
FROM ubuntu:20.04
ENV TZ=Etc/UTC
ENV DEBIAN_FRONTEND=noninteractive
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
Expand Down

0 comments on commit ff58458

Please sign in to comment.