Skip to content

Commit

Permalink
fix: add arg to dockerimage
Browse files Browse the repository at this point in the history
  • Loading branch information
aksmo committed Mar 8, 2024
1 parent 1a4fd0e commit fa87a07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions package/alpine-aws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

ARG http_proxy
ARG https_proxy
ARG RUNIAC_TAG

FROM python:3.11-alpine3.19 as builder

Expand Down
1 change: 1 addition & 0 deletions package/alpine-azure/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

ARG http_proxy
ARG https_proxy
ARG RUNIAC_TAG

ARG AZURE_CLI_VERSION=2.58.0

Expand Down
1 change: 1 addition & 0 deletions package/alpine-full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

ARG http_proxy
ARG https_proxy
ARG RUNIAC_TAG

ARG AZURE_CLI_VERSION=2.58.0

Expand Down
1 change: 1 addition & 0 deletions package/alpine-gcp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

ARG http_proxy
ARG https_proxy
ARG RUNIAC_TAG

FROM runiac/deploy:${RUNIAC_TAG}-alpine

Expand Down

0 comments on commit fa87a07

Please sign in to comment.