softprops / lambda-rust

🐳 🦀 a dockerized lambda build env for rust applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I'm looking for version 0.41.0

enroly-mike opened this issue · comments

I'm looking for version 0.41.0

It seems the publish wasn't successful. The github action shows that step taking 0 seconds for whatever reason. The latest tags are :latest and :1.39.0 from 4 months ago.

@softprops could you manually publish a new version or try the actions run again? I can't update my deps because they depend on recently stabilized features.

sry about that. I set up the project to push on tag v0.2.6-rust-1.41.0 which should trigger a docker push to docker hub. Keep an eye out for this workflow run to complete

The new tag is working as expected. Thanks softprops.

For anyone that comes across this, either of the following in serverless.yml will update to the newer tag.

custom:
  rust:
    dockerTag: '0.2.6-rust-1.41.0'
custom:
  rust:
    dockerTag: latest