Skip to content

Commit

Permalink
Upgrade pypy base to 7.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed Oct 3, 2023
1 parent defab13 commit 9eebc63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target "docker-metadata-action" {
}

variable "PYPY_VERSION" {
default = "7.3.12"
default = "7.3.13"
}

variable "ALPINE_VERSION" {
Expand Down
2 changes: 1 addition & 1 deletion export/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV GPG_KEY=44FE09DEE9E9EC21EF903F06CA614AB6BD73BB06

# Download the source
ARG PYPY_BASE=3.10
ARG PYPY_VERSION=7.3.12
ARG PYPY_VERSION=7.3.13

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down

0 comments on commit 9eebc63

Please sign in to comment.