Skip to content

Commit

Permalink
feat(actions-runner): pin base image
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Oct 4, 2024
1 parent 4e0c9cd commit ef9dd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions-runner/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/actions/actions-runner:latest AS base
FROM ghcr.io/actions/actions-runner:2.320.0 AS base

USER root

Expand Down

0 comments on commit ef9dd64

Please sign in to comment.