Skip to content

Commit

Permalink
Revert changes for existing workflows and docker
Browse files Browse the repository at this point in the history
  • Loading branch information
gummigroda committed Oct 14, 2024
1 parent afa4bad commit 74a8bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 AS tf-prepare-builder
FROM golang:1.21 as tf-prepare-builder
WORKDIR /workspace

COPY ./go-tf-prepare/go.mod ./go-tf-prepare/go.sum ./
Expand All @@ -12,7 +12,7 @@ FROM debian:12.2-slim
#Base
RUN apt-get update -y
RUN apt-get install -y git curl openssl pip make unzip gpg wget apt-utils
RUN apt-get install -y ansible=7.7.0+dfsg-3+deb12u1
RUN apt-get install -y ansible=7.3.0+dfsg-1

RUN mkdir -p /tmp/install /usr/src /work
WORKDIR /tmp/install
Expand Down

0 comments on commit 74a8bed

Please sign in to comment.