diff --git a/images/httpbin/rootfs/Dockerfile b/images/httpbin/rootfs/Dockerfile index 3405bf68b7..9b7a5481c0 100644 --- a/images/httpbin/rootfs/Dockerfile +++ b/images/httpbin/rootfs/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.12 +FROM alpine:3.19.4 ENV LC_ALL=C.UTF-8 ENV LANG=C.UTF-8