Skip to content

Commit

Permalink
Merge pull request #3625 from rosenhouse/lock-alpine-image-ref
Browse files Browse the repository at this point in the history
vcsim: Lock alpine image to a recent tag
  • Loading branch information
rosenhouse authored Nov 15, 2024
2 parents ddcfd6a + 53d31e9 commit 3442a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/container_host_system.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func createSimulationHost(ctx *Context, host *HostSystem) (*simHost, error) {
execCmds = append(execCmds, netCmds...)

// create the container
sh.c, err = create(ctx, hName, hUuid, dockerNet, dockerVol, nil, dockerEnv, "alpine", []string{"sleep", "infinity"})
sh.c, err = create(ctx, hName, hUuid, dockerNet, dockerVol, nil, dockerEnv, "alpine:3.20.3", []string{"sleep", "infinity"})
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 3442a68

Please sign in to comment.