Skip to content

Commit

Permalink
fix: RELEASING/Dockerfile.from_local_tarball to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 1, 2025
1 parent 91d1648 commit 980df77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING/Dockerfile.from_local_tarball
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 python:3.10-slim-bookworm
FROM python:3.14.0a3-slim-bookworm

RUN useradd --user-group --create-home --no-log-init --shell /bin/bash superset

Expand Down

0 comments on commit 980df77

Please sign in to comment.