Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Commit

Permalink
Updated all Dockerfiles to use builder image release 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HLXEasy committed Feb 6, 2021
1 parent 3dc0373 commit d5e38ab
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Docker/CentOS/Dockerfile
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

### At first perform source build ###
FROM aliascash/alias-wallet-builder-centos-8:2.2 as build
FROM aliascash/alias-wallet-builder-centos-8:2.4 as build
MAINTAINER HLXEasy <hlxeasy@gmail.com>

# Build parameters
Expand Down
2 changes: 1 addition & 1 deletion Docker/CentOS/Dockerfile_noUpload
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

### At first perform source build ###
FROM aliascash/alias-wallet-builder-centos-8:latest
FROM aliascash/alias-wallet-builder-centos-8:2.4
MAINTAINER HLXEasy <hlxeasy@gmail.com>

# Build parameters
Expand Down
2 changes: 1 addition & 1 deletion Docker/Debian/Dockerfile_Buster
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

### At first perform source build ###
FROM aliascash/alias-wallet-builder-debian-buster:2.2 as build
FROM aliascash/alias-wallet-builder-debian-buster:2.4 as build
MAINTAINER HLXEasy <hlxeasy@gmail.com>

# Build parameters
Expand Down
2 changes: 1 addition & 1 deletion Docker/Debian/Dockerfile_Buster_noUpload
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

### At first perform source build ###
FROM aliascash/alias-wallet-builder-debian-buster:latest
FROM aliascash/alias-wallet-builder-debian-buster:2.4
MAINTAINER HLXEasy <hlxeasy@gmail.com>

# Build parameters
Expand Down
2 changes: 1 addition & 1 deletion Docker/Debian/Dockerfile_Stretch
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

### At first perform source build ###
FROM aliascash/alias-wallet-builder-debian-stretch:2.2 as build
FROM aliascash/alias-wallet-builder-debian-stretch:2.4 as build
MAINTAINER HLXEasy <hlxeasy@gmail.com>

# Build parameters
Expand Down
2 changes: 1 addition & 1 deletion Docker/Debian/Dockerfile_Stretch_noUpload
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

### At first perform source build ###
FROM aliascash/alias-wallet-builder-debian-stretch:latest
FROM aliascash/alias-wallet-builder-debian-stretch:2.4
MAINTAINER HLXEasy <hlxeasy@gmail.com>

# Build parameters
Expand Down
2 changes: 1 addition & 1 deletion Docker/Fedora/Dockerfile
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

### At first perform source build ###
FROM aliascash/alias-wallet-builder-fedora:2.2 as build
FROM aliascash/alias-wallet-builder-fedora:2.4 as build
MAINTAINER HLXEasy <hlxeasy@gmail.com>

# Build parameters
Expand Down
2 changes: 1 addition & 1 deletion Docker/Fedora/Dockerfile_noUpload
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

### At first perform source build ###
FROM aliascash/alias-wallet-builder-fedora:latest
FROM aliascash/alias-wallet-builder-fedora:2.4
MAINTAINER HLXEasy <hlxeasy@gmail.com>

# Build parameters
Expand Down
2 changes: 1 addition & 1 deletion Docker/OpenSUSE/Dockerfile
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT

### At first perform source build ###
FROM aliascash/alias-wallet-builder-opensuse-tumbleweed:2.2 as build
FROM aliascash/alias-wallet-builder-opensuse-tumbleweed:2.4 as build
MAINTAINER HLXEasy <hlxeasy@gmail.com>

# Build parameters
Expand Down
2 changes: 1 addition & 1 deletion Docker/OpenSUSE/Dockerfile_noUpload
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT

### At first perform source build ###
FROM aliascash/alias-wallet-builder-opensuse-tumbleweed:latest
FROM aliascash/alias-wallet-builder-opensuse-tumbleweed:2.4
MAINTAINER HLXEasy <hlxeasy@gmail.com>

# Build parameters
Expand Down
2 changes: 1 addition & 1 deletion Docker/RaspberryPi/Dockerfile_Buster
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

### At first perform source build ###
FROM aliascash/alias-wallet-builder-raspi-buster:2.2 as build
FROM aliascash/alias-wallet-builder-raspi-buster:2.4 as build
MAINTAINER HLXEasy <hlxeasy@gmail.com>

# Build parameters
Expand Down
2 changes: 1 addition & 1 deletion Docker/RaspberryPi/Dockerfile_Buster_noUpload
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

### At first perform source build ###
FROM aliascash/alias-wallet-builder-raspi-buster:latest
FROM aliascash/alias-wallet-builder-raspi-buster:2.4
MAINTAINER HLXEasy <hlxeasy@gmail.com>

# Build parameters
Expand Down
2 changes: 1 addition & 1 deletion Docker/Ubuntu/Dockerfile_18_04
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

### At first perform source build ###
FROM aliascash/alias-wallet-builder-ubuntu-18-04:2.2 as build
FROM aliascash/alias-wallet-builder-ubuntu-18-04:2.4 as build
MAINTAINER HLXEasy <hlxeasy@gmail.com>

# Build parameters
Expand Down
2 changes: 1 addition & 1 deletion Docker/Ubuntu/Dockerfile_18_04_noUpload
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

### At first perform source build ###
FROM aliascash/alias-wallet-builder-ubuntu-18-04:latest
FROM aliascash/alias-wallet-builder-ubuntu-18-04:2.4
MAINTAINER HLXEasy <hlxeasy@gmail.com>

# Build parameters
Expand Down
2 changes: 1 addition & 1 deletion Docker/Ubuntu/Dockerfile_20_04
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

### At first perform source build ###
FROM aliascash/alias-wallet-builder-ubuntu-20-04:2.2 as build
FROM aliascash/alias-wallet-builder-ubuntu-20-04:2.4 as build
MAINTAINER HLXEasy <hlxeasy@gmail.com>

# Build parameters
Expand Down
2 changes: 1 addition & 1 deletion Docker/Ubuntu/Dockerfile_20_04_noUpload
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT

### At first perform source build ###
FROM aliascash/alias-wallet-builder-ubuntu-20-04:latest
FROM aliascash/alias-wallet-builder-ubuntu-20-04:2.4
MAINTAINER HLXEasy <hlxeasy@gmail.com>

# Build parameters
Expand Down

0 comments on commit d5e38ab

Please sign in to comment.