Skip to content

Commit

Permalink
Explicitly use debian buster for apollo/server imaages
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Feb 26, 2021
1 parent b603fe7 commit 4bf3ee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.0.0-experimental

ARG PYTHON_VERSION=${PYTHON_VERSION:-3.7}
FROM python:${PYTHON_VERSION}-slim
FROM python:${PYTHON_VERSION}-slim-buster

# Prefect Version, default to MASTER
ARG PREFECT_SERVER_VERSION
Expand Down
2 changes: 1 addition & 1 deletion services/apollo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG NODE_VERSION=${NODE_VERSION:-14.15.1}
FROM node:${NODE_VERSION}-slim
FROM node:${NODE_VERSION}-buster-slim

# Prefect Version, default to MASTER
ARG PREFECT_VERSION
Expand Down

0 comments on commit 4bf3ee0

Please sign in to comment.