Skip to content

Commit

Permalink
Webmin>2.100 & ubuntu>focal-20230624
Browse files Browse the repository at this point in the history
  • Loading branch information
bantybanty committed Jul 26, 2023
1 parent f70716c commit 11a263c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-build-remort-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
builder: ${{ steps.buildx.outputs.name }}
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/bind:dev,${{ secrets.DOCKER_HUB_USERNAME }}/bind:dev-9.16.1-2.021-20230412
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/bind:dev,${{ secrets.DOCKER_HUB_USERNAME }}/bind:dev-9.16.1-2.100-20230624
push: true
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
FROM ubuntu:focal-20230412 AS add-apt-repositories
FROM ubuntu:focal-20230624 AS add-apt-repositories

RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y gnupg curl apt-transport-https apt-utils \
# && apt-key adv --fetch-keys http://www.webmin.com/jcameron-key.asc \
&& apt-key adv --fetch-keys https://download.webmin.com/jcameron-key.asc \
&& echo "deb http://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list

FROM ubuntu:focal-20230412
FROM ubuntu:focal-20230624

LABEL maintainer="[email protected]"

ENV BIND_USER=bind \
BIND_VERSION=9.16.1 \
WEBMIN_VERSION=2.021 \
WEBMIN_VERSION=2.100 \
DATA_DIR=/data

COPY --from=add-apt-repositories /etc/apt/trusted.gpg /etc/apt/trusted.gpg
Expand Down

0 comments on commit 11a263c

Please sign in to comment.