Skip to content

Commit

Permalink
[orion-builder] Pin base image to Alpine 3.19 for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwartzentruber committed Jun 7, 2024
1 parent a12be17 commit e6643ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/orion-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

FROM alpine:latest
FROM alpine:3.19

LABEL maintainer Jesse Schwartzentruber <truber@mozilla.com>

Expand Down

0 comments on commit e6643ea

Please sign in to comment.