Skip to content

Commit

Permalink
Merge pull request #952 from kmontg/master
Browse files Browse the repository at this point in the history
Cleanup trailing whitespace
  • Loading branch information
kmontg authored Oct 11, 2023
2 parents 28eff0f + 615f791 commit 9e9f376
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion curl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ RUN apt-get update && apt-get dist-upgrade -y && \
/var/lib/apt/lists/* \
/var/log/* \
/tmp/* \
/var/tmp/*
/var/tmp/*
COPY notice.sh /usr/bin
ENTRYPOINT ["/usr/bin/notice.sh"]
2 changes: 1 addition & 1 deletion go/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk update && apk upgrade --available --no-cache && \
# explore other options for workspace derivation.
ENV GOPATH=

RUN mkdir /builder
RUN mkdir /builder

COPY go_workspace.go prepare_workspace.inc /builder/

Expand Down
2 changes: 1 addition & 1 deletion twine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.10.7-slim-bullseye
RUN apt-get update -qqy && apt-get dist-upgrade -yq
RUN apt-get update -qqy && apt-get dist-upgrade -yq
RUN /bin/sh -c set -eux; pip install twine==4.0.1
RUN /bin/sh -c set -eux; pip install keyrings.google-artifactregistry-auth==1.1.1
ENTRYPOINT ["python3", "-m", "twine"]

0 comments on commit 9e9f376

Please sign in to comment.