Skip to content

Commit

Permalink
update go docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
chimanjain committed Feb 23, 2024
1 parent a38dc04 commit db2ee63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: |
chmod +x ./scripts/buildubimicro.sh
make build-base-image
podman build -t docker.io/podmon -f ./Dockerfile --build-arg GOIMAGE=golang:1.22 --build-arg BASEIMAGE="localhost/resiliency-ubimicro"
podman build -t docker.io/podmon -f ./Dockerfile --build-arg GOIMAGE=golang:latest --build-arg BASEIMAGE="localhost/resiliency-ubimicro"
podman save docker.io/library/podmon -o /tmp/podmon.tar
docker load -i /tmp/podmon.tar
- name: Image scanner
Expand Down

0 comments on commit db2ee63

Please sign in to comment.