Skip to content

Commit

Permalink
Update Dockerfile base image (#1498)
Browse files Browse the repository at this point in the history
* Update Dockerfile base image

* fix py3-requests install
  • Loading branch information
emerkle826 authored Apr 17, 2024
1 parent e50c083 commit 9f82d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM amazoncorretto:11.0.20-alpine
FROM amazoncorretto:11.0.22-alpine

ARG SHADED_JAR

Expand Down Expand Up @@ -89,7 +89,7 @@ RUN apk add --update \
python3 \
py3-pip \
bash \
&& pip3 install requests \
py3-requests \
&& rm -rf /var/cache/apk/*


Expand Down

0 comments on commit 9f82d91

Please sign in to comment.