Skip to content

Commit

Permalink
fixup: sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo committed Aug 20, 2024
1 parent 18e0c32 commit 947aa53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.15
FROM alpine:3.17

# Install Git and basic packages.
RUN apk update && apk add ${'\\'}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.15
FROM alpine:3.17

# Install Git and basic packages.
RUN apk update && apk add \
Expand All @@ -39,9 +39,6 @@
zip

<%include file="../../git_avoid_dubious_ownership_error.include"/>

RUN ln -s /usr/bin/python3 /usr/bin/python

# Install Python packages from PyPI
RUN python3 -m pip install --upgrade pip==19.3.1

Expand Down

0 comments on commit 947aa53

Please sign in to comment.