Skip to content

Commit

Permalink
[RAND-1]: Fix minor things
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlington1985 committed Nov 4, 2024
1 parent df3595e commit 770b932
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion scripts/dockerfiles/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

FROM public.ecr.aws/amazonlinux/amazonlinux:2 as builder

# Fluent Bit version; update these for each release
Expand Down
2 changes: 1 addition & 1 deletion scripts/dockerfiles/Dockerfile.plugins
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN chmod +x /bin/gimme
RUN yum upgrade -y && yum install -y tar gzip git make gcc
ENV HOME /home
ARG GO_STABLE_VERSION
env GO_STABLE_VERSION=$GO_STABLE_VERSION
ENV GO_STABLE_VERSION=$GO_STABLE_VERSION

# Lock Go Lang version to stable
RUN gimme ${GO_STABLE_VERSION}; \
Expand Down
2 changes: 1 addition & 1 deletion scripts/dockerfiles/Dockerfile.plugins-windows
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN curl -sL -o /bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/mas
RUN chmod +x /bin/gimme
ENV HOME /home
ARG GO_STABLE_VERSION
env GO_STABLE_VERSION=$GO_STABLE_VERSION
ENV GO_STABLE_VERSION=$GO_STABLE_VERSION

# Lock Go Lang version to stable
RUN gimme ${GO_STABLE_VERSION}; \
Expand Down

0 comments on commit 770b932

Please sign in to comment.