Skip to content

Commit

Permalink
refactor: use quay.io/coatldev/six image as base (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Sep 2, 2024
1 parent 79898a9 commit 09c7ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jython/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM coatldev/six:3.12 AS base
FROM quay.io/coatldev/six:3.12 AS base

ENV JYTHON_HOME=/opt/jython

Expand Down
2 changes: 1 addition & 1 deletion python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM coatldev/six:3.12
FROM quay.io/coatldev/six:3.12

COPY requirements /tmp/requirements

Expand Down

0 comments on commit 09c7ec4

Please sign in to comment.