Skip to content

Commit

Permalink
smoke test app and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio-Guerra committed Dec 18, 2023
1 parent c119cc2 commit 7bb1949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/apps/setup-smoke-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG go="1.21" # golang docker image parameter in `golang:{go}-{buildenv}`
ARG build_env="bookworm" # golang docker image parameter in `golang:{go}-{buildenv}`
ARG build_with_cgo="0" # 0 or 1
ARG build_with_vendoring="" # y or empty
ARG deployment_env="debian"
ARG deployment_env="debian12"

# Build stage compiling the test app in the golang image, along with sub-options
# to possibly enable CGO and vendoring.
Expand Down

0 comments on commit 7bb1949

Please sign in to comment.